This commit is contained in:
Flummi
2018-09-09 17:42:59 +02:00
parent 9d440644bc
commit 0d39f68990
5 changed files with 47 additions and 359 deletions

View File

@@ -15,6 +15,8 @@ export default bot => {
active: true,
f: e => {
const args = e.message.trim().substring(7);
if(args === "true" || args === "false")
return e.self.debug = !e.self.debug;
try {
context.admins = admins;
context.e = e;