From 8895ae275cd336603c56fb17851fe4f2405d3440 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 23 Aug 2021 12:59:30 +0200 Subject: [PATCH] update error message --- src/cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/utils.py b/src/cogs/utils.py index ff20cf4..3bcca7f 100644 --- a/src/cogs/utils.py +++ b/src/cogs/utils.py @@ -379,7 +379,7 @@ class Utils(commands.Cog): async def _whois_error(self, ctx, error): """Error command handler""" if "not found." in str(error): - await ctx.send(f"Le membre renseigné n'a pas été trouvé (mauvais ID ou aucun serveur en commun avec moi).") + await ctx.send(f"Le membre renseigné n'a pas été trouvé (mauvais ID).") @cog_ext.cog_slash(name="whois", description = "Affiche les infos sur l'utilisateur.") async def __whois(self, ctx, user: discord.Member = None): """Slash command"""