Fix invite command being categorized as fun

This commit is contained in:
Bea 2022-12-20 18:04:37 +01:00
parent de34caa513
commit b1b62bab9f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class InviteCommand implements MessageCommand
@NotNull
@Override
public CommandCategory getCategory() {
return CommandCategory.FUN;
return CommandCategory.MODERATION;
}
@Override