Update src/commands/help.ts

This commit is contained in:
ale 2023-12-09 21:53:24 +00:00
parent 80b9aab3f7
commit 88034a6940

View file

@ -11,5 +11,5 @@ export function returnHelpText() {
"- avatar <'Alter's name'> <'picture url'> | Allows you to edit your alter's profile picture\n" + "- avatar <'Alter's name'> <'picture url'> | Allows you to edit your alter's profile picture\n" +
"- color <'Alter's name'> <'color hex'> | Allows you to change the color of your alter ( may be integrated with the future website )\n"+ "- color <'Alter's name'> <'color hex'> | Allows you to change the color of your alter ( may be integrated with the future website )\n"+
"### Migrations\n"+ "### Migrations\n"+
"- pluralkit < Json file attached > | Migrates your alters from pluralkit to pluralcake" "- tupper < Json file attached > | Migrates your alters from tupper to pluralcake"
} }