mirror of
https://github.com/Team-Neptune/Korral-JS.git
synced 2024-11-23 12:39:40 +00:00
Create config-template.ts
This commit is contained in:
parent
3e8826c41f
commit
6cf151b72d
13
config-template.ts
Normal file
13
config-template.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { Config } from "./src/info";
|
||||
|
||||
export const config:Config = {
|
||||
"prefix": ["", ""],
|
||||
"token": "",
|
||||
"botLog": "",
|
||||
"modLog": "",
|
||||
"userLog":"",
|
||||
"suspiciousWordsLog":"",
|
||||
"suspiciousWordsFilter":true,
|
||||
"userLogging":true,
|
||||
"staffRoles":["", ""]
|
||||
}
|
Loading…
Reference in New Issue
Block a user