Skip to content

Uses Discord.py's "Cogs" feature to add basic greeting commands from another Python file to the running bot. Great for making modular bots.

Notifications You must be signed in to change notification settings

lvl-6/cogs-example-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cogs-example

I made this to practice using Discord.py's "Cogs" feature, so that I can make my bots modular and good.

This is useful for bots which will include a lot of different, complex sets of features, and I think that by using Cogs and Extensions you will also be able to modify your bot's code and see the outcome without restarting the bot, which is one of the things I love about Python.

About

Uses Discord.py's "Cogs" feature to add basic greeting commands from another Python file to the running bot. Great for making modular bots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages