Korral-JS/config-template.ts

14 lines
258 B
TypeScript
Raw Normal View History

2021-05-19 17:18:14 +00:00
import { Config } from "./typings";
2021-05-14 07:23:09 +00:00
export const config:Config = {
"prefix": ["", ""],
"token": "",
"botLog": "",
"modLog": "",
"userLog":"",
"userLogging":true,
2021-05-19 19:57:59 +00:00
"staffRoles":["", ""],
2021-12-05 23:15:17 +00:00
"warnBehavior":[],
"supportChannelId":"",
"supportRoleId":""
2021-05-14 07:23:09 +00:00
}