Skip to content

Commit f55da95

Browse files
committed
fix: remove unrecognized interaction response from quote approval handler
1 parent c763935 commit f55da95

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/QuotesModule.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ async Task SafeRespond(string text)
5454

5555
if (!custom.StartsWith("quote_approve:"))
5656
{
57-
await SafeRespond("Unrecognized interaction.");
5857
return;
5958
}
6059

0 commit comments

Comments
 (0)