Fixed Kick Command
This commit is contained in:
parent
1271de634f
commit
2f0f2e4e81
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@ public class KickCommand implements Command {
|
|||
|
||||
@Override
|
||||
public String[] labels() {
|
||||
return new String[0];
|
||||
return new String[]{"kick"};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue