Remove fallback response.
This commit is contained in:
parent
86300b0116
commit
bc2193cd6d
@ -19,8 +19,8 @@ public class AddColorCommand extends Command {
|
||||
|
||||
@Override
|
||||
public void onCommand(CommandContext ctx) {
|
||||
ctx.getApi().getOwner().thenAcceptAsync(owner -> {
|
||||
ctx.reply("This command is no longer active. An alternative is currently being developed. For more information, please contact " + owner.getDiscriminatedName());
|
||||
});
|
||||
// ctx.getApi().getOwner().thenAcceptAsync(owner -> {
|
||||
// ctx.reply("This command is no longer active. An alternative is currently being developed. For more information, please contact " + owner.getDiscriminatedName());
|
||||
// });
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user