A discord bot to manage questions and answers in a server
- Invite the discord bot - invite link
-
Setup Repository
- clone the repository
git clone https://github.com/RITct/QAMaster
- Create virtual environment
python -m venv venv
-
activate virtual environment
-
Unix or MacOS
source venv/bin/activate
-
Windows
venv\Scripts\activate.bat
-
-
install dependencies
python -m pip install -r requirements.txt
-
Setup discord bot authentication
-
set Environment variable 'DISCORD_TOKEN' to the token given after creation
-
create a personal server in discord and invite your bot there
-
Run the bot locally
python QAMaster/bot.py
-
Find an issue
-
Discuss
-
Get assigned
-
Make a pull request
- discord.py - documentation
- We are mainly using COGs for each sub set of commands