Skip to content
This repository was archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Update setting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte authored Sep 4, 2021
1 parent 7315aba commit 180e9de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setting.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
proxy = {}
author = [os.environ.get("AUTHOR", "6283172366463")+"@c.us"]
BotName = "Krypton-Bot" #profile_name
prefix = "!"
server = "http://sticker-database.herokuapp.com"
author = [os.environ.get("AUTHOR", "6283172366463").strip("@c.us")+"@c.us"]
BotName = os.environ.get("botname","Krypton-Bot") #profile_name
prefix = os.environ.get("prefix","!")
server = os.environ.get("server","http://sticker-database.herokuapp.com")
#server = "http://127.0.0.1:8000"
MenuList=lambda prefix, BotNamex, author, name:f"""
─────「 {BotNamex} 」─────
Expand Down

0 comments on commit 180e9de

Please sign in to comment.