Please, rename your log chats to heroku-logs, heroku-backups and heroku-assets

pull/31/head
Who? 2024-12-15 20:42:15 +07:00 committed by GitHub
parent 38e2548233
commit 7f675c7e72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -114,10 +114,10 @@ class Database(dict):
try:
self._assets, _ = await utils.asset_channel(
self._client,
"hikka-assets",
"🌆 Your Hikka assets will be stored here",
"heroku-assets",
"🌆 Your Heroku assets will be stored here",
archive=True,
avatar="https://raw.githubusercontent.com/hikariatama/assets/master/hikka-assets.png",
avatar="https://imgur.com/a/TNnJHd0.png"
)
except ChannelsTooMuchError:
self._assets = None