add response message when not providing an argument to ranking switching
This commit is contained in:
parent
4b22c576a2
commit
99329d1c70
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = function(User, Message, Stream, IsCalledFromMultiplayer = false
|
|||
|
||||
case "!ranking":
|
||||
if (args.length == 1) {
|
||||
|
||||
responseMessage = "You need to select a ranking mode! use \"!help ranking\" to see the options.";
|
||||
} else {
|
||||
switch (args[1]) {
|
||||
case "pp":
|
||||
|
|
Loading…
Reference in a new issue