mirror of
https://github.com/CAG2Mark/SuperUserBot.git
synced 2024-11-10 12:34:00 +01:00
Update readme
This commit is contained in:
parent
6eae8fbfc9
commit
576f1c72ea
16
README
16
README
@ -1,2 +1,18 @@
|
|||||||
# SuperUserBot
|
# SuperUserBot
|
||||||
Allows certain users to gain a role temporarily using /sudo.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user