- Clone the repository.
- Install the required dependencies by running
pip install -r requirements.txt
.
To add a new command:
- Create a new Folder in the
cogs/
directory. The folder name will be the Section, creating a file will make a section, Making a command will create a command and assign this to a section. - Define your command as a method within a class that inherits from
commands.Cog
and add a docstring.
To run the bot, execute the main.py
file.
This project is licensed under the terms of the LICENSE file.
letsgo