Update app.py
This commit is contained in:
2
app.py
2
app.py
@@ -66,7 +66,7 @@ DB_NAME = get_env_var("DB_NAME")
|
||||
|
||||
LOCAL_TZ = pytz.timezone(get_env_var("LOCAL_TZ", str, required=False) or "America/Chicago")
|
||||
|
||||
BOT_VERSION = "1.0.7"
|
||||
BOT_VERSION = "1.0.8"
|
||||
VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt"
|
||||
RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases"
|
||||
CHANGELOG_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/refs/heads/main/CHANGELOG.md"
|
||||
|
||||
Reference in New Issue
Block a user