Skip to content

Commit 0956100

Browse files
authored
Update README.md
1 parent f81cf1e commit 0956100

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Discord server: https://discord.gg/MfFMxu9
1010

1111
A domain must be added using `.dominadd` for this bot to work.
1212

13-
```User commands:
13+
```
14+
User commands:
1415
.verify -> Sends a DM to the user to verify their email
1516
1617
Admin commands:
@@ -25,16 +26,21 @@ Admin commands:
2526
2627
Domains:
2728
Verify when a user joins? (default=False): False
28-
Verified role (default=Verified): Verified```
29+
Verified role (default=Verified): Verified
30+
```
2931

3032
## Install
3133

3234
Before running it make sure these environment variables are set:
3335

34-
```export SENDGRID_API_KEY=
36+
```
37+
export SENDGRID_API_KEY=
3538
export SENDGRID_EMAIL=
36-
export DISCORD_TOKEN=```
39+
export DISCORD_TOKEN=
40+
```
3741

3842
Make sure the dependencies such as `discord`, `sendgrid`, `apscheduler` and `flask` are installed. Run the bot with:
3943

40-
```python bot.py```
44+
```
45+
python bot.py
46+
```

0 commit comments

Comments
 (0)