Skip to content

Commit a712237

Browse files
authored
Update OnCommandExecuted.cs (#339)
#!components: grid-bot, grid-bot-recovery #!deployable-components: grid-bot Signed-off-by: MFDLABS GitHub Cloud Administration Ops <[email protected]>
1 parent e776fd5 commit a712237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/grid-bot/lib/events/Events/OnCommandExecuted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ await message.ReplyAsync(
139139
return;
140140
#else
141141

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

0 commit comments

Comments
 (0)