Skip to content

Commit

Permalink
Improve car
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamadFajarGaray authored Jan 24, 2020
1 parent 3f340c8 commit 9783391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/modules/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ async def moon(event):

@register(outgoing=True, pattern="^.car$")
async def moon(event):
deq = deque(list("▱🚛▱▰🚙▰▱🚗"))
deq = deque(list("▱🚛▱🚙▱🚗▱🐛▱🏍️▱🚕▱🚌▱🛵"))
try:
for x in range(32):
await sleep(0.1)
Expand Down

0 comments on commit 9783391

Please sign in to comment.