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
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public CommandCategory getCategory() {
|
public CommandCategory getCategory() {
|
||||||
return CommandCategory.FUN;
|
return CommandCategory.MODERATION;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user