From 1214b7e98a85dcaf9a73742a36e60e000a24f083 Mon Sep 17 00:00:00 2001 From: Lucid Date: Mon, 26 Jan 2026 19:35:39 -0500 Subject: [PATCH] Update commands description. --- src/data/botCommands.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/botCommands.ts b/src/data/botCommands.ts index 4ca6d09..fccaff1 100644 --- a/src/data/botCommands.ts +++ b/src/data/botCommands.ts @@ -10,7 +10,7 @@ interface Commands { const botInfo: Commands = { command: "/botInfo", description: - "Lists information about the bot such as: creator, reason for creation, purpose, etc", + "Lists information about the bot such as: creator, reason for my creation, purpose and goal, etc", groups: true, private: true }; @@ -26,14 +26,14 @@ const getGroupStats: Commands = { const help: Commands = { command: "/help", description: - "Lists information about how to use and setup the bot and the list of available commands for the bot", + "Lists information about how to setup the bot and the list of available commands", groups: true, private: true }; const registerGroup: Commands = { command: "/registerGroup", - description: `Will add your group to the database, if your group doesn't exist already, to add to the "total groups" count on the bot stats website`, + description: `Will add your group to the database, if your group doesn't exist already\\. This is used to calculate the "total groups" count on the bot stats website`, groups: true, private: true };