mirror of
https://github.com/Team-Neptune/Korral-JS.git
synced 2024-11-23 04:29:47 +00:00
14 lines
258 B
TypeScript
14 lines
258 B
TypeScript
import { Config } from "./typings";
|
|
|
|
export const config:Config = {
|
|
"prefix": ["", ""],
|
|
"token": "",
|
|
"botLog": "",
|
|
"modLog": "",
|
|
"userLog":"",
|
|
"userLogging":true,
|
|
"staffRoles":["", ""],
|
|
"warnBehavior":[],
|
|
"supportChannelId":"",
|
|
"supportRoleId":""
|
|
} |