diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index e95d280..c9665ba 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -90,7 +90,7 @@ class Mybot(commands.Cog): "Descente du coude sur %s", "%s est propulsé par dessus la TROISIEME CORDE!", ] - if not user: + if not user or not ctx.message.mentions: online_members = [] members = ctx.guild.members for member in members: