dragonxd1 commited on
Commit
4ce659d
·
verified ·
1 Parent(s): fe3062a

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -9,7 +9,7 @@ load_dotenv()
9
  # Get this value from my.telegram.org/apps
10
  API_ID = int(getenv("API_ID"))
11
  API_HASH = getenv("API_HASH")
12
- BOT_USERNAME = "@dragxmusicbot"
13
  # Get your token from @BotFather on Telegram.main
14
  BOT_TOKEN = getenv("BOT_TOKEN")
15
 
 
9
  # Get this value from my.telegram.org/apps
10
  API_ID = int(getenv("API_ID"))
11
  API_HASH = getenv("API_HASH")
12
+ BOT_USERNAME = "dragxmusicbot"
13
  # Get your token from @BotFather on Telegram.main
14
  BOT_TOKEN = getenv("BOT_TOKEN")
15