This commit is contained in:
4
main.py
4
main.py
@@ -1,3 +1,5 @@
|
||||
from handlers.share_bot import share_bot_handler
|
||||
from handlers.invite_admin import invite_admin_handler
|
||||
import sys
|
||||
import asyncio
|
||||
if sys.platform.startswith('win'):
|
||||
@@ -93,6 +95,8 @@ def main():
|
||||
application.add_handler(CommandHandler('edit_button', edit_button))
|
||||
application.add_handler(CommandHandler('del_button', del_button))
|
||||
application.add_handler(admin_panel_conv)
|
||||
application.add_handler(share_bot_handler)
|
||||
application.add_handler(invite_admin_handler)
|
||||
import sys
|
||||
import asyncio
|
||||
if sys.platform.startswith('win'):
|
||||
|
||||
Reference in New Issue
Block a user