mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-08 01:53:35 +00:00
added kick command, made ban reason optional
This commit is contained in:
@@ -28,7 +28,6 @@ public class SetPostTargetCommand implements Command {
|
||||
private ChannelManagementService channelManagementService;
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public Result execute(CommandContext commandContext) {
|
||||
GuildChannel channel = (GuildChannel) commandContext.getParameters().getParameters().get(1);
|
||||
String targetName = (String) commandContext.getParameters().getParameters().get(0);
|
||||
|
||||
Reference in New Issue
Block a user