From: Daniel Karbach Date: Thu, 27 Nov 2025 16:28:53 +0000 (+0100) Subject: log erroring discord bot commands X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=b08954d8e2854e12e530fe8e2d59395fb36a2918;p=alttp.git log erroring discord bot commands --- diff --git a/app/Console/Commands/DiscordBotCommand.php b/app/Console/Commands/DiscordBotCommand.php index 26e7f91..c6dce9a 100644 --- a/app/Console/Commands/DiscordBotCommand.php +++ b/app/Console/Commands/DiscordBotCommand.php @@ -64,6 +64,7 @@ class DiscordBotCommand extends Command try { $command->execute($discord); } catch (\Exception $e) { + $this->error('command execute: '.$e->getMessage()); } } });