sudo, but for Discord servers
Go to file
2024-04-28 23:23:49 +08:00
.gitignore
bot.py can't sudo for more than 20 mins 2024-04-28 23:23:49 +08:00
guilddata.py
main.py
README Update readme 2024-04-28 23:22:10 +08:00
removequeue.py
requirements.txt
utils.py

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

# Running 
Clone the repository:
```bash
git clone https://github.com/CAG2Mark/SuperUserBot
cd SuperUserBot
```
Install the dependencies:
```
pip install -r requirements.txt
```
Run the bot:
```
python3 main.py
```
You may want to make a virtual Python environment.