mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🧹 Remove excessive space
This commit is contained in:
parent
7508af8757
commit
7e1105a1b7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue