michaelhillebrand / huskiebot

A multipurpose discord bot
GNU General Public License v3.0
4 stars 0 forks source link

Add CLI argument to disable a list of cogs when the bot is starting up #35

Closed willpoorman closed 4 years ago

willpoorman commented 4 years ago

Add's a command line argument that accepts a comma separated list of cog module names. It parses them into a list and checks the list of cog classes that are supposed to be added to the bot. if the class is from one of the given modules, it gets removed it from the list cog classes to be added to bot.

closes #33

willpoorman commented 4 years ago

Create arguments to pass into the bot startup command to enable or disable certain features