This commit is contained in:
2022-02-09 12:56:26 +01:00
parent 6b6cf9a2e2
commit eb4af7ef5b
2 changed files with 8 additions and 1 deletions

View File

@@ -136,7 +136,6 @@
};
$.bind('command', function(event) {
console.log(event)
const sender = event.getSender().toLowerCase(),
command = event.getCommand(),
args = event.getArgs(),