[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gg2001 authored Aug 19, 2020
1 parent f81cf1e commit 0956100
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Discord server: https://discord.gg/MfFMxu9

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

```User commands:
```
User commands:
.verify -> Sends a DM to the user to verify their email
Admin commands:
Expand All @@ -25,16 +26,21 @@ Admin commands:
Domains:
Verify when a user joins? (default=False): False
Verified role (default=Verified): Verified```
Verified role (default=Verified): Verified
```

## Install

Before running it make sure these environment variables are set:

```export SENDGRID_API_KEY=
```
export SENDGRID_API_KEY=
export SENDGRID_EMAIL=
export DISCORD_TOKEN=```
export DISCORD_TOKEN=
```

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

```python bot.py```
```
python bot.py
```

0 comments on commit 0956100

Please sign in to comment.