Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
2f75ce5
1
Parent(s):
613668a
Update bans.py
Browse files- Powers/plugins/bans.py +5 -5
Powers/plugins/bans.py
CHANGED
@@ -120,7 +120,7 @@ async def tban_usr(c: Gojo, m: Message):
|
|
120 |
|
121 |
await m.reply_text(
|
122 |
reply_to_message_id=r_id,
|
123 |
-
|
124 |
reply_markup=keyboard,
|
125 |
parse_mode=enums.ParseMode.HTML,
|
126 |
)
|
@@ -335,7 +335,7 @@ async def dtban_usr(c: Gojo, m: Message):
|
|
335 |
except WebpageCurlFailed:
|
336 |
|
337 |
await m.reply_text(
|
338 |
-
|
339 |
reply_markup=keyboard,
|
340 |
parse_mode=enums.ParseMode.HTML,
|
341 |
)
|
@@ -434,7 +434,7 @@ async def kick_usr(c: Gojo, m: Message):
|
|
434 |
except:
|
435 |
await m.reply_text(
|
436 |
reply_to_message_id=r_id,
|
437 |
-
|
438 |
parse_mode=enums.ParseMode.HTML,
|
439 |
)
|
440 |
await c.send_message(MESSAGE_DUMP,f"#REMOVE from KICK_GFIS\n{kickk}")
|
@@ -591,7 +591,7 @@ async def dkick_usr(c: Gojo, m: Message):
|
|
591 |
)
|
592 |
except:
|
593 |
await m.reply_text(
|
594 |
-
|
595 |
parse_mode=enums.ParseMode.HTML,
|
596 |
)
|
597 |
await c.send_message(MESSAGE_DUMP,f"#REMOVE from KICK_GFIS\n{kickk}")
|
@@ -939,7 +939,7 @@ async def ban_usr(c: Gojo, m: Message):
|
|
939 |
|
940 |
await m.reply_text(
|
941 |
reply_to_message_id=r_id,
|
942 |
-
|
943 |
reply_markup=keyboard,
|
944 |
parse_mode=enums.ParseMode.HTML,
|
945 |
)
|
|
|
120 |
|
121 |
await m.reply_text(
|
122 |
reply_to_message_id=r_id,
|
123 |
+
text=txt,
|
124 |
reply_markup=keyboard,
|
125 |
parse_mode=enums.ParseMode.HTML,
|
126 |
)
|
|
|
335 |
except WebpageCurlFailed:
|
336 |
|
337 |
await m.reply_text(
|
338 |
+
txt,
|
339 |
reply_markup=keyboard,
|
340 |
parse_mode=enums.ParseMode.HTML,
|
341 |
)
|
|
|
434 |
except:
|
435 |
await m.reply_text(
|
436 |
reply_to_message_id=r_id,
|
437 |
+
text=txt,
|
438 |
parse_mode=enums.ParseMode.HTML,
|
439 |
)
|
440 |
await c.send_message(MESSAGE_DUMP,f"#REMOVE from KICK_GFIS\n{kickk}")
|
|
|
591 |
)
|
592 |
except:
|
593 |
await m.reply_text(
|
594 |
+
txt,
|
595 |
parse_mode=enums.ParseMode.HTML,
|
596 |
)
|
597 |
await c.send_message(MESSAGE_DUMP,f"#REMOVE from KICK_GFIS\n{kickk}")
|
|
|
939 |
|
940 |
await m.reply_text(
|
941 |
reply_to_message_id=r_id,
|
942 |
+
text=txt,
|
943 |
reply_markup=keyboard,
|
944 |
parse_mode=enums.ParseMode.HTML,
|
945 |
)
|