File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Discord server: https://discord.gg/MfFMxu9
1010
1111A 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
1617Admin commands:
@@ -25,16 +26,21 @@ Admin commands:
2526
2627Domains:
2728Verify when a user joins? (default=False): False
28- Verified role (default=Verified): Verified```
29+ Verified role (default=Verified): Verified
30+ ```
2931
3032## Install
3133
3234Before running it make sure these environment variables are set:
3335
34- ```export SENDGRID_API_KEY=
36+ ```
37+ export SENDGRID_API_KEY=
3538export SENDGRID_EMAIL=
36- export DISCORD_TOKEN=```
39+ export DISCORD_TOKEN=
40+ ```
3741
3842Make 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+ ```
You can’t perform that action at this time.
0 commit comments