Default config changes
This commit is contained in:
parent
6eaa081725
commit
49f1492efa
1 changed files with 2 additions and 9 deletions
|
@ -43,15 +43,8 @@ if not os.path.exists('config'):
|
||||||
},
|
},
|
||||||
"censored_strings":
|
"censored_strings":
|
||||||
[
|
[
|
||||||
"DCC SEND",
|
"mypass",
|
||||||
"1nj3ct",
|
"mysecret"
|
||||||
"thewrestlinggame",
|
|
||||||
"startkeylogger",
|
|
||||||
"hybux",
|
|
||||||
"\\0",
|
|
||||||
"\\x01",
|
|
||||||
"!coz",
|
|
||||||
"!tell /x"
|
|
||||||
],
|
],
|
||||||
"admins": ["myname"]
|
"admins": ["myname"]
|
||||||
}''') + '\n')
|
}''') + '\n')
|
||||||
|
|
Reference in a new issue