Skip to content

Commit 44d658d

Browse files
authored
---DO--NOT--CHANGE--ANYTHING--IN--THIS--CODE---
1 parent 89d0154 commit 44d658d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teletips_set.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def set_timer(client, message):
189189
await get_user_input_time.edit(f"🤷🏻‍♂️ I can't countdown from {user_input_time}")
190190
await get_user_input_time.unpin()
191191
except FloodWait as e:
192-
await asyncio.sleep(e.x)
192+
await asyncio.sleep(e.value)
193193

194194
@bot.on_message(filters.command('stopc'))
195195
async def stop_timer(Client, message):

0 commit comments

Comments
 (0)