You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
threshold: 7, // how many days should somebody be inactive for their EXP to start decaying?
speed: 1.25, // how fast should EXP decay once they've hit the inactivity mark?
exponential: true // should decay be exponential?
}
},
UVChannels: {
default: false, // false = ignore !sumbit commands in uncategorized channels. supply a category ID to default to that category. leave blank to submit uncategorized, if possible
channels: {
// ChannelID: UVcategoryID
}
},
DefaultPerms: {
users: {
'107904023901777920': 10,
'110813477156720640': 10
},
roles: {
'268815351360389121': 10,
'268815286067527690': 10
}
},
Timeouts: { // everything is in ms
messagedelete: 2500
},
Leaderboards: {
enabled: true,
cutoff: 10 // top-howmany?
},
Debugging: {
enable: false,
mocking: {
email: '[email protected]', // email addres returned by getMail, getMail is designed to only work on production