This commit is contained in:
Juni
2022-04-12 14:14:29 -04:00
parent 256814f63d
commit 935406cf27

View File

@@ -74,7 +74,7 @@ class ReactQuote(commands.Cog):
"""Case username"""
member: discord.Member = ctx.guild.get_member_named(query)
if member is None:
ctx.send("User not found.\nWho are you talking about? OwO")
ctx.send(f"{query} not found.\nWho are you talking about? OwO")
else:
filteredQuotes = []
for quote in quotes: