small fix of formating

This commit is contained in:
Klemek
2021-04-22 16:26:11 +02:00
parent 8d1875a362
commit 8e5bab22e7
+1 -3
View File
@@ -77,9 +77,7 @@ class FindScanner(Scanner):
res += [ res += [
self.matches[match].to_string( self.matches[match].to_string(
matches.index(match), matches.index(match),
f'"{escape_text(match)}"' f'"{escape_text(match)}"',
if not match.startswith("<:")
else escape_text(match),
total_usage=self.msg_count, total_usage=self.msg_count,
ranking=False, ranking=False,
transform=lambda id: f" by {mention(id)}", transform=lambda id: f" by {mention(id)}",