Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
f826b42
1
Parent(s):
d390202
Update flood.py
Browse files- Powers/plugins/flood.py +1 -1
Powers/plugins/flood.py
CHANGED
|
@@ -106,8 +106,8 @@ async def flood_action(c: Gojo, m: Message):
|
|
| 106 |
return
|
| 107 |
c_id = m.chat.id
|
| 108 |
is_flood = Flood.is_chat(c_id)
|
| 109 |
-
saction = is_flood[2]
|
| 110 |
if is_flood:
|
|
|
|
| 111 |
await m.reply_text(
|
| 112 |
f"Choose a action given bellow to do when flood happens.\n **CURRENT ACTION** is {saction}",
|
| 113 |
reply_markup=action_kb
|
|
|
|
| 106 |
return
|
| 107 |
c_id = m.chat.id
|
| 108 |
is_flood = Flood.is_chat(c_id)
|
|
|
|
| 109 |
if is_flood:
|
| 110 |
+
saction = is_flood[2]
|
| 111 |
await m.reply_text(
|
| 112 |
f"Choose a action given bellow to do when flood happens.\n **CURRENT ACTION** is {saction}",
|
| 113 |
reply_markup=action_kb
|