Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
teleexit/bot/__init__.py

11 lines
193 B
Python
Raw Normal View History

from json import load
from telegram.ext import Updater
updater = Updater(token=load(open("config.json"))["bot_token"], use_context=True)
import commands
import callbackQuery
import message