mirror of
https://github.com/CAG2Mark/SuperUserBot.git
synced 2025-01-26 12:58:29 +01:00
18 lines
343 B
Text
18 lines
343 B
Text
# 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.
|