This command lets the user delete all group roles in the server. Note: This must be used in the TEST environment only!
The code that implements the above-mentioned gits functionality is located here.
def reset(self, ctx):
This function takes as arguments the values provided by the constructor through self and context in which the command was called.
In any channel of the server, you can delete all group roles for the server by typing reset
. TEST environment only!
$reset
Successful execution of this command will delete all group roles for the users in the server.