QAMaster
A discord bot to manage questions and answers in a server
Installing in discord
- Invite the discord bot - invite link
How to run locally
-
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
How to contribute
-
Find an issue
-
Discuss
-
Get assigned
-
Make a pull request
Resources
- discord.py - documentation
- We are mainly using COGs for each sub set of commands