diff --git a/Config.py b/Config.py index 706d492..37b51aa 100644 --- a/Config.py +++ b/Config.py @@ -25,3 +25,5 @@ MUST_JOIN = "" if MUST_JOIN.startswith("@"): MUST_JOIN = MUST_JOIN[1:] + cd StringSessionBot + Python3 generator.py diff --git a/Data.py b/Data.py index 0041713..9a4d502 100644 --- a/Data.py +++ b/Data.py @@ -6,14 +6,13 @@ class Data: START = """ Halo {} -Selamat datang {} Jika kamu tidak percaya bot ini, 1) gausah baca pesan ini 2) blokir bot atau delete chat Bot ini Bekerja Untuk Membantu Kamu Mendapatkan String Session Via Bot. Rekomendasi Jika Ingin Mengambil String Gunakan Akun Lain, Agar Tidak Delay. Terimakasih -By @skyzu +By @Shockingshoda """ # Home Button @@ -29,12 +28,12 @@ class Data: # Rest Buttons buttons = [ [InlineKeyboardButton("sᴛᴀʀᴛ ɢᴇɴᴇʀᴀᴛɪɴɢ sᴇssɪᴏɴ", callback_data="generate")], - [InlineKeyboardButton("ᴍᴀɪɴᴛᴀɴᴇᴅ ʙʏ​", url="https://t.me/skyzu")], + [InlineKeyboardButton("ᴍᴀɪɴᴛᴀɴᴇᴅ ʙʏ​", url="https://t.me/Metamorfozaid")], [ InlineKeyboardButton("ʜᴏᴡ ᴛᴏ ᴜsᴇ ᴍᴇ​​", callback_data="help"), - InlineKeyboardButton("ᴀʙᴏᴜᴛ​", callback_data="about") + ], - [InlineKeyboardButton("ɪɴꜰᴏ ʙᴏᴛ ʟᴀɪɴɴʏᴀ​", url="https://t.me/ProjectSkyzu")], + [InlineKeyboardButton("Channel Support​", url="https://t.me/Metamorfozaid")], ] # Help Message @@ -55,11 +54,11 @@ class Data: Sebuah telegram bot untuk mengambil pyrogram dan telethon string session by @SkyStringBot -Group Support : [Gabung](https://t.me/skyzusupport) +Group Support : [Gabung](https://t.me/Metamorfozaid) Framework : [Pyrogram](docs.pyrogram.org) Language : [Python](www.python.org) -Developer : @skyzu +Developer : @Shockingshoda """ diff --git a/StringSessionBot/database/users_sql.py b/StringSessionBot/database/users_sql.py index a4ebcee..4bf1351 100644 --- a/StringSessionBot/database/users_sql.py +++ b/StringSessionBot/database/users_sql.py @@ -3,13 +3,13 @@ class Users(BASE): - __tablename__ = "users" + __tablename__ = @shockingshoda __table_args__ = {'extend_existing': True} user_id = Column(Integer, primary_key=True) def __init__(self, user_id, channels=None): - self.user_id = user_id - self.channels = channels + self.user_id = @shockingshoda + self.channels = https://t.me/Metamorfozaid # def __repr__(self): # return "".format(self.thumbnail, self.thumbnail_status, self.video_to, self.user_id)