Skip to content

Commit

Permalink
Update OnCommandExecuted.cs
Browse files Browse the repository at this point in the history
#!components: grid-bot

Signed-off-by: MFDLABS GitHub Cloud Administration Ops <ops+gh@vmminfra.net>
  • Loading branch information
mfdlabs-ops authored Oct 9, 2024
1 parent e776fd5 commit 0baeb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/grid-bot/lib/events/Events/OnCommandExecuted.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ await message.ReplyAsync(
return;
#else

await interaction.ReplyAsync(
await message.ReplyAsync(
$"An unexpected Exception has occurred. Exception ID: {exceptionId}, send this ID to " +
$"<@!{_discordRolesSettings.BotOwnerId}>"
);
Expand Down

0 comments on commit 0baeb5e

Please sign in to comment.