Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions shivu/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Config(object):
OWNER_ID = "6765826972"
sudo_users = "6845325416", "6765826972"
GROUP_ID = -1002133191051
TOKEN = "6707490163:AAHZzqjm3rbEZsObRiNaT7DMtw_i5WPo_0o"
TOKEN = "7681231444:AAFET1OFtMB_5uetgFmXaHa_X4JQekWYi4g"
mongo_url = "mongodb+srv://HaremDBBot:ThisIsPasswordForHaremDB@haremdb.swzjngj.mongodb.net/?retryWrites=true&w=majority"
PHOTO_URL = ["https://telegra.ph/file/b925c3985f0f325e62e17.jpg", "https://telegra.ph/file/4211fb191383d895dab9d.jpg"]
SUPPORT_CHAT = "Collect_em_support"
Expand All @@ -14,8 +14,8 @@ class Config(object):
CHARA_CHANNEL_ID = "-1002133191051"
api_id = 26626068
api_hash = "bf423698bcbe33cfd58b11c78c42caa2"


#aur hai ye mongo banana kgudke liye private
#baaki bhi variables hain jaise chat id user id support group
class Production(Config):
LOGGER = True

Expand Down