Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 967 Bytes

connect.md

File metadata and controls

20 lines (16 loc) · 967 Bytes

About $connect (New Project 2 Command)

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!

Location of Code

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

Code Description

Functions

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.

How to run it?

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.

image