Update main.py
Browse files
main.py
CHANGED
@@ -59,8 +59,6 @@ async def must_join_channel(bot: Client, msg: Message):
|
|
59 |
try:
|
60 |
if not (
|
61 |
await check_membership(MUST_JOIN, bot, msg)
|
62 |
-
and
|
63 |
-
await check_membership(MUST_JOIN_2, bot, msg)
|
64 |
):
|
65 |
force_button = InlineKeyboardMarkup(
|
66 |
[
|
|
|
59 |
try:
|
60 |
if not (
|
61 |
await check_membership(MUST_JOIN, bot, msg)
|
|
|
|
|
62 |
):
|
63 |
force_button = InlineKeyboardMarkup(
|
64 |
[
|