diff --git a/main.py b/main.py index c486609..fa44dcb 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,8 +310,6 @@ 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"):