17 lines
440 B
JavaScript
Executable file
17 lines
440 B
JavaScript
Executable file
module.exports = {
|
|
"clientId": "880926181791240202",
|
|
"token": "",
|
|
"defaultGuild": "895763120172175380",
|
|
"playChannels": [
|
|
/play.*/
|
|
],
|
|
"pollChannel": "896003582866903050",
|
|
"newsChannel": "896003590768951348",
|
|
"seperators": "\n+,",
|
|
"multipliers": ["**","^^"],
|
|
"comboMax": 20,
|
|
"comboMin": 1,
|
|
"disabledSymbols": ["**","^^","\n","```"],
|
|
"maxElemLength": 50,
|
|
"voteThreshold": 2,
|
|
};
|