-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
slash commands allow for more easy to use interactions with the bot
pressing / will bring up a context menu with commands the bot can do

Things to do:
- set up cogs
- move
new_chapterto cogs and make a hybrid commnand - create a
delete_chapterthat reverse thenew_chaptercommand
cog in the framework discord.py is like an extension basically a folder called cog and within the folder you can have different "extensions" that can be loaded into the bot
for all intent and purposes it's a way to break apart the code out of a single main file
Metadata
Metadata
Assignees
Labels
No labels