Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Nov 6, 2020
1 parent 7974c0b commit 68a9534
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion telebot/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from telethon.tl.functions.users import GetFullUserRequest
from telethon.tl.types import MessageEntityMentionName
from telethon.utils import get_input_location

from telebot import bot
from telebot import ALIVE_NAME, telever
from telebot.__init__ import StartTime
from telebot.telebotConfig import Config, Var
Expand Down Expand Up @@ -64,3 +64,6 @@
tele += f"PMSecurity: {pm}\n"
tele += f"\nVisit @TeleBotSupport for assistance.\n"
telestats = f"{tele}"

ALIVE_NAME = bot.me.first_name
OWNER_ID = bot.me.id

0 comments on commit 68a9534

Please sign in to comment.