Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
New-dev0 authored Feb 26, 2021
1 parent 339d0d8 commit 0ab8008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ab8008

Please sign in to comment.