Update database.py

pull/114/head
archquise 2025-03-06 23:12:51 +04:00 committed by GitHub
parent 180fedab38
commit 94bf66b317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Database(dict):
"heroku-assets", "heroku-assets",
"🌆 Your Heroku assets will be stored here", "🌆 Your Heroku assets will be stored here",
archive=True, archive=True,
avatar="https://raw.githubusercontent.com/coddrago/Heroku/refs/heads/v1.6.8/assets/heroku-assets.png" avatar="https://raw.githubusercontent.com/coddrago/Heroku/dev-test/assets/heroku-assets.png"
) )
except ChannelsTooMuchError: except ChannelsTooMuchError:
self._assets = None self._assets = None