An interactive bot for Galactic Gaming's Discord server.
- Python 3.5+
- Rapptz' discord.py
- requests
Install dependencies:
pip install -r requirements.txt
Register an application at https://discordapp.com/developers/applications/me/create and add an app bot user to it.
Go to https://discordapp.com/oauth2/authorize?&client_id=<client_id>&scope=bot&permissions=0
where <client_id>
is your Application's Client ID to have it join your server.
Edit the values in config.example.py
and save it as config.py
.