Disable avatar to fix new error

This commit is contained in:
Czar 2021-05-16 19:23:22 -03:00
commit 69b723a3d3
Signed by: czar
GPG key ID: 2DBA9558E9277C37

View file

@ -232,7 +232,7 @@ class AngelBot(ClientXMPP):
await self.get_roster()
for channel in self.autojoin:
self.plugin["xep_0045"].join_muc(channel, self.nick)
await self.avatar()
# await self.avatar()
async def avatar(self):
with open("angel.png", "rb") as avatar_file: