forked from lasa01/CAMP-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
31 lines (22 loc) · 676 Bytes
/
config.js
File metadata and controls
31 lines (22 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module.exports.normal = {
prefix: '!',
clientID: '493359366381240341',
guildID: '324207629784186882',
consoleChannelID: '513714656968179723',
modderRoleID: '324207744498270221',
trustedRoleID: '336286670011760646',
staffRoleID: '324213509506465793',
ownerRoleID: '325123431307804672',
devID: '183249892712513536',
};
module.exports.dev = {
prefix: '!',
clientID: '493359366381240341',
guildID: '488059636608663552',
consoleChannelID: '508585483115167774',
modderRoleID: '500664424131067914',
trustedRoleID: '500664424131067914',
staffRoleID: '500664424131067914',
ownerRoleID: '500664424131067914',
devID: '183249892712513536',
};