removed log of banner

pull/70/head
Who? 2025-01-16 17:41:04 +10:00 committed by GitHub
parent d9cb92d2ee
commit 806d5d2d94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -161,15 +161,6 @@ class HerokuInfoMod(loader.Module):
start = time.perf_counter_ns()
message = await utils.answer(message, self.config["ping_emoji"])
if self.config.get('pp_to_banner', True):
print(self.config['banner_url'])
try:
new_banner_url = await self.get_pp_for_banner()
if new_banner_url:
self.config['banner_url'] = new_banner_url
await self._db.set("Config", "banner_url", new_banner_url)
except Exception:
pass
await utils.answer_file(
message,
self.config["banner_url"],