fix banner in ping x2

pull/70/head
Who? 2025-01-18 01:20:28 +10:00 committed by GitHub
parent b0c7ba3978
commit e083768a5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ class TestMod(loader.Module):
"""- Find out your userbot ping"""
start = time.perf_counter_ns()
message = await utils.answer(message, self.config["ping_emoji"])
banner = self.config["banner_url"]
if self.config["banner_url"]:
await message.delete()