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
24 changes: 12 additions & 12 deletions shivu/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ class Config(object):
LOGGER = True

# Get this value from my.telegram.org/apps
OWNER_ID = "6765826972"
sudo_users = "6845325416", "6765826972"
GROUP_ID = -1002133191051
TOKEN = "6707490163:AAHZzqjm3rbEZsObRiNaT7DMtw_i5WPo_0o"
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"
UPDATE_CHAT = "Collect_em_support"
BOT_USERNAME = "Collect_Em_AllBot"
CHARA_CHANNEL_ID = "-1002133191051"
api_id = 26626068
api_hash = "bf423698bcbe33cfd58b11c78c42caa2"
OWNER_ID = "5054912509"
sudo_users = "5054912509", "6758236533"
GROUP_ID = -1002028197914
TOKEN = "6399571286:AAGbicH18fW9vdszPn-4Yu0ELIGTx2Wl9Lc"
mongo_url = "mongodb+srv://ixbotmongodb:RadheRadhe@cluster0.ga1q2fn.mongodb.net/?retryWrites=true&w=majority"
PHOTO_URL = ["https://graph.org/file/1fa22a6a15c70105286aa.jpg", "https://graph.org/file/1fa22a6a15c70105286aa.jpg"]
SUPPORT_CHAT = "Grab_Your_Characters_6"
UPDATE_CHAT = "Grab_Your_Characters_6"
BOT_USERNAME = "Grab_Your_Characters_ixbot"
CHARA_CHANNEL_ID = "-1002031301319"
api_id = 20967639
api_hash = "f0cc55917e860f93d2c9aaa4a7caa69c"


class Production(Config):
Expand Down