We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846dfbd + 1b75995 commit a51494dCopy full SHA for a51494d
.env.example
@@ -2,4 +2,4 @@ TOKEN=MyBotToken
2
LOG_URL=https://logviewername.herokuapp.com/
3
GUILD_ID=1234567890
4
OWNERS=Owner1ID,Owner2ID,Owner3ID
5
-MONGO_URI=mongodb+srv://mongodburi
+CONNECTION_URI=mongodb+srv://mongodburi
modmail.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
+
+pipenv run python3 bot.py
0 commit comments