From 935406cf27a31bd290d905fb69cd86fdf2aeaad0 Mon Sep 17 00:00:00 2001 From: Juni Date: Tue, 12 Apr 2022 14:14:29 -0400 Subject: [PATCH] test --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 2e02a3f..0df8129 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -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: