From 21927ae359326eb9908a6002f88cb1c8059d918c Mon Sep 17 00:00:00 2001 From: Ale Date: Mon, 8 Jan 2024 22:56:59 +0100 Subject: [PATCH] removed any mention of Alter from the user-facing code but again --- src/commands/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.ts b/src/commands/help.ts index 529cc0e..ac725af 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -3,7 +3,7 @@ export function returnHelpText() { "pluralcake is a bot that allows you to send messages as your system's Members, with a custom profile picture, tag and nickname. \n" + "It's pretty much a work in progress, and doesn't allow you to edit or delete messages, and to send pictures." + "The currently available commands are : \n" + - "### Alters:\n" + + "### Members:\n" + "- list | allows you to see your currently available Members.\n" + "- create <'name of the Member'> <'your Member's tag'>| Allows you to add a Member\n" + "- delete <'name of the Member'> | Deletes the choosen Member\n" +