Fix invite command being categorized as fun
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bea 2022-12-20 18:04:37 +01:00
parent 84ff5a752e
commit d331c48ced

View File

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