Remove unused var
This commit is contained in:
@@ -53,8 +53,6 @@ function helpCommand(command, params, client) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
let splitParams = params.split(" ");
|
|
||||||
|
|
||||||
switch (toLowerCase(getParam(params, " ", 1))) {
|
switch (toLowerCase(getParam(params, " ", 1))) {
|
||||||
case "account":
|
case "account":
|
||||||
showAccountHelpMessage(client);
|
showAccountHelpMessage(client);
|
||||||
|
|||||||
Reference in New Issue
Block a user