Skip to content

Commit

Permalink
config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisan09 committed Jun 28, 2023
1 parent 7b74d72 commit af92280
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions exampleconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class Development(Config):
STRING_SESSION = "Your value"
# create a new bot in @botfather and fill the following vales with bottoken
TG_BOT_TOKEN = "Your value"
# create a private group and a rose bot to it and type /id and paste that id here (replace that -100 with that group id)
PRIVATE_GROUP_BOT_API_ID = -100
# command handler
COMMAND_HAND_LER = "."
# command hanler for sudo
Expand All @@ -23,7 +21,6 @@ class Development(Config):
EXTERNAL_REPO = "https://github.com/TgCatUB/CatPlugins"
# if you need badcat plugins set "True"
BADCAT = "False"
# default set for debian, change if you are using other
# set path of the brwoser (Chrome/Chromium) binary , default set to chromium path change it if you are using chrome
# https://docs.catuserbot.co/catuserbot/installation/guide/chromium-and-chrome-driver-setup
CHROME_BIN = "/usr/bin/chromium"
CHROME_DRIVER = "/usr/bin/chromedriver"

0 comments on commit af92280

Please sign in to comment.