IgKnite
IgKnite copied to clipboard
The Swiss Army Knife for Moderation 🔪 Music on Discord
### Description #### Purpose Automatic cog discovery will read all the files present under Cog folder and make them as available cogs. All these available cogs should be disabled by...
### Description ## Summary Implement logging to log the errors which occurs when processing commands. ## Purpose This will provide us visibility to backtrack and debug the issue when any...
### Description Previously, our `/help` commands had no better use other than providing not-so-useful information about the bot. The task here is to re-add the command with the following things:...
### Description Currently, the way the cogs are loaded is by actually interacting with the `main.py` and selecting which ones to load and which ones to unload. A central configuration...
### Description This issue involves the modification of the general project structure, in a way that it supports the existing Poetry configuration and enables script-based interaction with the bot rather...
### Description Currently, IgKnite disconnects from the voice channel if it's not playing anything inside a particular server "after a duration" that is not specific to the code. The task...