From d84592367a65a5fbb80725f0ba0a0cdcec2b004d Mon Sep 17 00:00:00 2001 From: Kylie Czar Date: Wed, 30 Aug 2023 23:46:56 -0300 Subject: [PATCH] Revert "fix avatar :DDDD" This reverts commit 84177383c0cf02b13103c6420514e842ea4752fd. --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index fa44dcb..c486609 100644 --- a/main.py +++ b/main.py @@ -277,7 +277,7 @@ class AngelBot(ClientXMPP): print(e) async def update_info(self): - """Update the bot info.""" + """Update the bot info.""" with open("angel.png", "rb") as avatar_file: avatar = avatar_file.read() @@ -310,6 +310,8 @@ class AngelBot(ClientXMPP): ) ) + asyncio.gather(self.plugin["xep_0084"].publish_avatar_metadata([info])) + async def message(self, msg): """Process a message.""" if msg["type"] in ("chat", "normal"):