Fix invite command being categorized as fun

This commit is contained in:
bea
2022-12-28 05:41:23 +01:00
parent de34caa513
commit b1b62bab9f
@@ -49,7 +49,7 @@ public class InviteCommand implements MessageCommand
@NotNull
@Override
public CommandCategory getCategory() {
return CommandCategory.FUN;
return CommandCategory.MODERATION;
}
@Override