A Discord bot written in Python to query Quake 3 servers based on the discord.py api wrapper.
- Follow the steps listed here to install the
discord.pylibrary - Get a token for your bot as described here
- Make sure to enable the
Message Content Intentin the bot's developer page - Open
qbot.pyand copy/paste your token at the end of the file in the line that saysbot.run('your_token_here') - Optionally set up a list of aliases for servers you want to query often as described here
- Run
$ python3 qbot.pyfrom the terminal
