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:
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
slash commands allow for more easy to use interactions with the bot

pressing
/will bring up a context menu with commands the bot can doThings to do:
new_chapterto cogs and make a hybrid commnanddelete_chapterthat reverse thenew_chaptercommandcogin the frameworkdiscord.pyis like an extension basically a folder calledcogand within the folder you can have different "extensions" that can be loaded into the botfor all intent and purposes it's a way to break apart the code out of a single
mainfile