A basic, simple and efficient way to load up cogs in Discord.py
cogs = ['cogs.example1', 'cogs.example2', 'cogs.example3']'cogs...' being the folder which contains your cogs, and example being your script.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A basic, simple and efficient way to load up cogs in Discord.py
cogs = ['cogs.example1', 'cogs.example2', 'cogs.example3']'cogs...' being the folder which contains your cogs, and example being your script.