This command lets the user create private text channels for all groups with members. Note: Running this command will delete all current private group channels!
The code that implements the above-mentioned gits functionality is located here.
def connect(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 create a private text channel for all occupied groups in the server by typing connect
.
$connect
Successful execution of this command will create private text channels for all occupied groups for the users in the server.