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 sample_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
___________PLOX_______REMOVE_____THIS_____LINE__________=True

# Get these from https://my.telegram.org/
API_KEY = "YOUR API KEY"
API_HASH = "YOUR API HASH"
API_KEY = "27216878"
API_HASH = "5d522cb56680802e92cb6301d59d7163"

# OpenWeather Map API Key for .weather command
# Get from https://openweathermap.org/
Expand Down Expand Up @@ -89,7 +89,7 @@ LASTFM_PASSWORD = "Your last.fm password"

# Bot will add before song name. For last.fm module.
# Example: GitHub: MacTavishAO : Skillet - Feel Invincible
BIO_PREFIX = ""
BIO_PREFIX = "."

# default bio message
DEFAULT_BIO = ""
Expand Down