sudo, but for Discord servers
Find a file
2024-04-29 00:08:15 +08:00
.gitignore
bot.py restrict password length 2024-04-29 00:08:15 +08:00
guilddata.py
main.py
README.md update readme 2024-04-28 23:37:56 +08:00
removequeue.py
requirements.txt
utils.py

SuperUserBot

Allows certain users to gain a role temporarily using /sudo.

Running

Clone the repository:

git clone https://github.com/CAG2Mark/SuperUserBot
cd SuperUserBot

Install the dependencies:

pip install -r requirements.txt

Put your token into a .env file:

echo "TOKEN=<your token>" > .env

Run the bot:

python3 main.py

You may want to make a virtual Python environment.