From 7e1105a1b7680799d38128d180de282c9e023402 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 2 Mar 2022 15:12:16 +0100 Subject: [PATCH] :broom: Remove excessive space --- royalpack/commands/diobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalpack/commands/diobot.py b/royalpack/commands/diobot.py index 2ef032d4..79cec69e 100644 --- a/royalpack/commands/diobot.py +++ b/royalpack/commands/diobot.py @@ -130,7 +130,7 @@ async def diobot(*, _msg: engi.Message, **__): message = "🤬 " + who[0] for i in range(random.randint(1, 5)): message += " " - message += random.sample(WHAT, 1)[0]. replace("ə", who[1]) + message += random.sample(WHAT, 1)[0].replace("ə", who[1]) message += "!" await _msg.reply(text=message)