Make command category not null

This commit is contained in:
2022-12-20 17:18:24 +01:00
parent b20fb73371
commit e2c84f62c3
15 changed files with 28 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ public class MagicBall
public static LinkedList<String> getLabels()
{
return new LinkedList<>(Arrays.asList("8ball", "eightball", "magicball", "8b"));
return new LinkedList<>(Arrays.asList("8ball", "8b", "eightball", "magicball"));
}
private final static List<String> answers = new ArrayList<>(