Swiddis / word-debt-bot

A Discord bot for running a little reading game.
MIT License
2 stars 2 forks source link

Help command #6

Closed Swiddis closed 5 months ago

Swiddis commented 6 months ago

People gotta learn how to use this thing!

The .help command is included by default in discord.py, but the commands added don't have any real description included, making it not particularly useful. Let's add some descriptions on what the different commands do. It might also be worth renaming the cogs to something more intuitive.

sumofall7171 commented 6 months ago

.log - Adds words and clears debt .help - Provides knowledge about the bot .ping - Checks to see if the bot is running. .register - Adds you to the bot so you can begin to add words .version - Displays the current version

Inside the .help command the rules of the game being displayed would be useful as currently the only way to see the rules is in the pinned comment or in the google drive.

(This was typed up pretty quickly. sorry)

Swiddis commented 5 months ago

Another point: adding a way to list store items like debt increase and bonus genre. Either as its own .store command, or bundled in .help buy.

Will probably work on this later today