Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
917eba4
1
Parent(s):
dee310b
Minor changes
Browse files- Powers/plugins/flood.py +1 -0
Powers/plugins/flood.py
CHANGED
|
@@ -245,3 +245,4 @@ async def flood_watcher(c: Gojo, m: Message):
|
|
| 245 |
z = {c_id : set()}
|
| 246 |
dic.update(z)
|
| 247 |
dic[c_id].add(u_id)
|
|
|
|
|
|
| 245 |
z = {c_id : set()}
|
| 246 |
dic.update(z)
|
| 247 |
dic[c_id].add(u_id)
|
| 248 |
+
# to be continued
|