Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 995 Bytes

reset.md

File metadata and controls

24 lines (17 loc) · 995 Bytes

About $reset (New Project 2 Command)

This command lets the user delete all group roles in the server. Note: This must be used in the TEST environment only!

Location of Code

The code that implements the above-mentioned gits functionality is located here.

Code Description

Functions

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.

How to run it?

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.

image

image