This command helps with unloading a specific cog
The code that implements the above mentioned functionality is located here.
-
def load(self,ctx,extension):
This function helps with unloading a cog
Inputs:
- ctx: used to access the values passed through the current context
- extension: name of the cog that is to be removed
Outputs:
- response from bot
Only user with Admin permissions can run this command. This is handled by the bot.