add response message when not providing an argument to ranking switching

This commit is contained in:
Holly Stubbs 2021-09-24 00:23:24 +01:00
parent 4b22c576a2
commit 99329d1c70

View file

@ -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":