Simple Discord bot with miscellaneous functions
- Returns
pongiwhen the messagepingiis sent in a channel.
- Allows a role to be added, and another removed when a specified reaction is made to a designated message.
- Performs the opposite operation when the reaction is removed.
- Clone the repository:
git clone https://github.com/Fuzzphorescent/FuzzBot.git cd FuzzBot- Create a virtual environment:
virtualenv -p python3 venv - Activate the virtual environment:
source venv/bin/activate cp src/config.py.example src/config.py- Modify config.py with your bot token, desired message ID, etc.
- Install the dependencies:
pip install -r requirements.txt - Run the bot:
python src/FuzzBot.py