Create config-template.ts

This commit is contained in:
Daniel 2021-05-14 00:23:09 -07:00
parent 3e8826c41f
commit 6cf151b72d
No known key found for this signature in database
GPG Key ID: 771601B78F6934C8

13
config-template.ts Normal file
View 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":["", ""]
}