Remove fallback response.

This commit is contained in:
alexg 2022-11-13 17:11:10 -05:00
parent 86300b0116
commit bc2193cd6d

View File

@ -19,8 +19,8 @@ public class AddColorCommand extends Command {
@Override @Override
public void onCommand(CommandContext ctx) { public void onCommand(CommandContext ctx) {
ctx.getApi().getOwner().thenAcceptAsync(owner -> { // 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.reply("This command is no longer active. An alternative is currently being developed. For more information, please contact " + owner.getDiscriminatedName());
}); // });
} }
} }