-
-
Notifications
You must be signed in to change notification settings - Fork 4
Cogs
PKlempe edited this page Dec 30, 2020
·
2 revisions
Our bot SAM is divided/organized into multiple so called cogs. A Cog is a collection of commands, listeners, and some state into a single class. For each existing cog there's a corresponding wiki page which lists every available command with a short description and an explanation on how to use it.
To read more about this topic in detail, please take a look at the official documentation of discord.py. You can find the corresponding chapter here.