Delta18-Git / pesu-bot-2025

PES'25 server's take on 2019 server's PESU bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PES25 Bot

GitHub forks GitHub stars Github license

The source code for authentication and moderation bot used in "PES'25" discord server

Tech stack

Uses discord.py, discord-py-slash-command, and Selenium

Testing

Add an alias to the bash shell to allow the bot to start:

alias botstart = source bin/activate; nohup python3 start.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:

python3 bot.py

Owner and Maintainer

alfadelta10010

About

PES'25 server's take on 2019 server's PESU bot

License:MIT License


Languages

Language:Python 96.2%Language:Shell 3.8%