Files
TeleDiffusionBot/bot/handlers/admin/__init__.py

7 lines
137 B
Python

from bot.common import dp
from .aliases import *
def register():
dp.register_message_handler(set_endpoint, commands='setendpoint')