mirror of
https://github.com/Team-Neptune/Korral-JS.git
synced 2024-11-26 22:10:28 +00:00
13 lines
251 B
TypeScript
13 lines
251 B
TypeScript
|
import { Config } from "./src/info";
|
||
|
|
||
|
export const config:Config = {
|
||
|
"prefix": ["", ""],
|
||
|
"token": "",
|
||
|
"botLog": "",
|
||
|
"modLog": "",
|
||
|
"userLog":"",
|
||
|
"suspiciousWordsLog":"",
|
||
|
"suspiciousWordsFilter":true,
|
||
|
"userLogging":true,
|
||
|
"staffRoles":["", ""]
|
||
|
}
|