This commit is contained in:
Anonymous
2021-02-26 23:11:50 +05:30
committed by GitHub
parent 339d0d82bf
commit 0ab8008aa6

View File

@@ -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