Skip to content
Snippets Groups Projects
Unverified Commit 668c1a22 authored by Zac's avatar Zac Committed by GitHub
Browse files

Update README.rst

parent a39ff852
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ Using as a plugin to a telegram userbot:
for frame in trash_animation:
asyncio.sleep(0.3) # external library for sleeping between frames
formatted = f'`{frame}`' # backticks necessary for monospacing the animation
message.edit(formatted) # Plays back the animation frame by frame in real time
await event.edit(formatted) # Plays back the animation frame by frame in real time
Like what you see?
-----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment