The source code for authentication and moderation bot used in "PES'25" discord server
Uses discord.py, discord-py-slash-command, and Selenium
Add an alias to the bash shell to allow the bot to start:
alias botstart='source botEnv/bin/activate; nohup python3 bot.py'
Enable the Virtual Environment with the following command:
source botEnv/bin/activate
Create a .env
file by copying sample.env
and filling in the role values.
Then, run the bot by using the following command:
nohup python3 bot.py