-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathconfig.js
36 lines (36 loc) · 825 Bytes
/
config.js
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
32
33
34
35
36
module.exports = {
defaultPrefix: 'g!',
ownerID: '144645791145918464',
_limits: 'The following are defaults.',
adminCanChangeLimits: true,
limits: {
user_removals: {
per_minute: 8,
per_hour: 24
},
role_creations: {
per_minute: 4,
per_hour: 12
},
channel_creations: {
per_minute: 4,
per_hour: 12
},
role_deletions: {
per_minute: 4,
per_hour: 12
},
channel_deletions: {
per_minute: 4,
per_hour: 12
},
unbans: {
per_minute: 8,
per_hour: 24
}
},
_config: 'The following are defaults.',
config: {
_null: 'No options to configure currently.'
}
};