Implement ban, kick, timeout slash commands

This commit is contained in:
2022-12-26 04:10:17 +01:00
parent 3676e9d5ad
commit e1c22ac059
6 changed files with 198 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ public class KickCommand implements MessageCommand
@NotNull
@Override
public String getDescription() {
return "Kick the mentioned user.";
return "Kick the mentioned user from the guild.";
}
@Nullable