Remove unused var

This commit is contained in:
Vortrex
2022-06-14 17:34:08 -05:00
parent eab4d6cfe8
commit 7d5d660ad9

View File

@@ -53,8 +53,6 @@ function helpCommand(command, params, client) {
return false;
}
let splitParams = params.split(" ");
switch (toLowerCase(getParam(params, " ", 1))) {
case "account":
showAccountHelpMessage(client);