We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c763935 commit f55da95Copy full SHA for f55da95
1 file changed
Modules/QuotesModule.cs
@@ -54,7 +54,6 @@ async Task SafeRespond(string text)
54
55
if (!custom.StartsWith("quote_approve:"))
56
{
57
- await SafeRespond("Unrecognized interaction.");
58
return;
59
}
60
0 commit comments