Skip to content

Commit 0936ea0

Browse files
authored
Updated This File (Fixed...)
1 parent 20719c3 commit 0936ea0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
from aiohttp import web
88
from pyrogram import Client
9-
from config import Rkn_Bots
9+
from config import Rkn_Bots, Rkn_Bots as Rkn_Botz
1010
from Rkn_Bots.web_support import web_server
1111

1212
class Rkn_AutoCaptionBot(Client):
1313
def __init__(self):
1414
super().__init__(
15-
name="Rkn-AutoCaptionBot",
15+
name="Rkn-Advance-Caption-Bot",
1616
api_id=Rkn_Bots.API_ID,
1717
api_hash=Rkn_Bots.API_HASH,
1818
bot_token=Rkn_Bots.BOT_TOKEN,
@@ -24,6 +24,7 @@ def __init__(self):
2424
async def start(self):
2525
await super().start()
2626
me = await self.get_me()
27+
self.uptime = Rkn_Botz.BOT_UPTIME
2728
self.force_channel = Rkn_Bots.FORCE_SUB
2829
if Rkn_Bots.FORCE_SUB:
2930
try:

0 commit comments

Comments
 (0)