diff --git a/commands/crew.js b/commands/crew.js index 60662eb..265c5f5 100644 --- a/commands/crew.js +++ b/commands/crew.js @@ -197,7 +197,7 @@ module.exports = (bot) => { bot.command('crash', (ctx) => { handleAdminCommand(ctx, async () => { - throw new Error('This is a forced crash!'); + ctx.reply(null); }, '', "Nope!"); }); };