Skip to content

Commit 753fcd5

Browse files
committed
add config
1 parent 226b44b commit 753fcd5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

config/default.json.example

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
// Bot configuration
3+
"bot": {
4+
"token":"Bot-Token",
5+
"prefix": "!",
6+
"debug": true
7+
},
8+
"ravend": {
9+
"port": 3335,
10+
"user": "username",
11+
"pass": "Do-Not-Use-This-Password-Youll-Be-Hacked-For-all-Teh-Moneys!"
12+
},
13+
"doged": {
14+
"port": 3336,
15+
"user": "username",
16+
"pass": "Do-Not-Use-This-Password-Youll-Be-Hacked-For-all-Teh-Moneys!"
17+
},
18+
"mongodb": {
19+
"url":"mongodb://localhost:27017/TipBot"
20+
},
21+
"moderation":{
22+
"perms": ["Community Leader","RVNMOD","Community Admin","Admin"], // Roles that have access to all commands.
23+
"logchannel": "410638358390243340", // Channel to log the bots moderation..
24+
"botspamchannel": "409219997735452672"
25+
}
26+
}

0 commit comments

Comments
 (0)