mmcmd / verification-bot

Verifies users who don't have a phone number/don't want to share their phone number with Discord
MIT License
2 stars 4 forks source link

Implement cogs #12

Open mmcmd opened 5 years ago

mmcmd commented 5 years ago

For organizing the bot https://discordpy.readthedocs.io/en/latest/ext/commands/cogs.html

vcidst commented 5 years ago

For this I am thinking of the following structure with each command going in its own .py file.

verification-bot
- cogs
-- __init__.py
-- github.py
-- uptime.py
-- booster.py
-- birthday.py
-- ping.py
-- steve.py
verif.py
<everything-else>