From 2d81b2f81aeff6e04ee9c755637d127873668450 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Mon, 18 Nov 2019 17:00:56 +0100 Subject: [PATCH] clean slap command --- kabot/kabot/kabot.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index d437a31..a2e0714 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -85,7 +85,11 @@ class Mybot(commands.Cog): @commands.command(help='slap this ass') async def slap(self, ctx, user=None): - slap_multiple = ["%s prend un coup de pied au cul", "Descente du coude sur %s", "%s est propulsé par dessus la TROISIEME CORDE!"] + slap_multiple = [ + "%s prend un coup de pied au cul", + "Descente du coude sur %s", + "%s est propulsé par dessus la TROISIEME CORDE!", + ] if not user: online_members = [] members = ctx.guild.members