From 0ab8008aa694f850c9be8f7bb38fc467b78b1fc3 Mon Sep 17 00:00:00 2001 From: Anonymous <69723581+New-dev0@users.noreply.github.com> Date: Fri, 26 Feb 2021 23:11:50 +0530 Subject: [PATCH] Typo --- plugins/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utilities.py b/plugins/utilities.py index bbb3da2..88be12a 100644 --- a/plugins/utilities.py +++ b/plugins/utilities.py @@ -260,7 +260,7 @@ async def stats( pattern="paste( (.*)|$)", ) async def _(event): - xx = await eor(event, "` 《 Pasteing to nekobin... 》 `") + xx = await eor(event, "` 《 Pasting to nekobin... 》 `") input_str = "".join(event.text.split(maxsplit=1)[1:]) if input_str: message = input_str