Fix invite command being categorized as fun
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user