Skip to content

Commit 735614c

Browse files
committed
Merge branch 'master' of https://github.com/verixx/modmail
2 parents b69afd7 + 125e263 commit 735614c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
TOKEN=MyBotToken
2+
LOG_URL=https://logviewername.herokuapp.com/
3+
GUILD_ID=1234567890
4+
OWNERS=Owner1ID,Owner2ID,Owner3ID
5+
MONGO_URI=mongodb+srv://mongodburi

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Install dependancies
7575
$ pipenv install
7676
```
7777

78-
Rename the `config.json.example` to `config.json` and fill out the fields.
78+
Rename the `.env.example` to `.env` and fill out the fields.
7979
And finally, run the bot.
8080
```console
8181
$ pipenv run python3 bot.py

config.json.example

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)