Skip to content

Commit a51494d

Browse files
authored
Merge pull request #2825 from lorenzo132/master
update `.env.example` and added pm2 file to run modmail using pm2
2 parents 846dfbd + 1b75995 commit a51494d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ TOKEN=MyBotToken
22
LOG_URL=https://logviewername.herokuapp.com/
33
GUILD_ID=1234567890
44
OWNERS=Owner1ID,Owner2ID,Owner3ID
5-
MONGO_URI=mongodb+srv://mongodburi
5+
CONNECTION_URI=mongodb+srv://mongodburi

modmail.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
pipenv run python3 bot.py

0 commit comments

Comments
 (0)