Introduction Features Installation Running the Bot Locally Contributing License
A discord bot that allows you to run fun commands all over discord, developed by the community for the community. To start working on the bot, you can read the contributing guidelines and make sure you have the latest version of python installed. Make sure you have the latest version of pip installed as well as git.
For a basic introduction to the bot, you can read the documentation.
Anything you would want in a discord bot, we want it too. From moderation to fun commands, we accept it all. Some basic commands are given in the Issues Section. If you want to add a command, you can make a pull request, and we will review it.
Make sure to put admin role requirements in the code, so that only admins can use server centric commands such as ban or kick. Treat the role "Admin" as the admin role.
Write descriptive help
fields for the commands, so that the user knows what the command does.
Install all the dependencies using the following command:
pip install -r requirements.txt
First, you will need at least Python 3.8
.
Clone the repo:
$ git clone https://github.com/MicrosoftStudentChapter/Hack-O-Bot
$ cd Hack-O-Bot
Install dependencies:
$ pip install -r requirements.txt
Rename the .env.example
to .env
and fill out the fields. If .env.example
is nonexistent (hidden), create a text file named .env
and copy the contents of .env.example
then modify the values.
Finally, start the bot.
$ python discord_main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Pull requests will be on a first come first serve basis. Please make sure to update tests as appropriate.