fork of https://f-hub.org/XMPP/xmpp-discord-bridge

xmpp: Fix typo

+1 -1
+1 -1
xmpp_discord_bridge/main.py
··· 243 } 244 245 if self._relay_xmpp_avatars and self._avatars.get_avatar_url(message["from"]): 246 - webhook["avatar_url"] = self._avatar.get_avatar_url(message["from"]) 247 248 # Look for mentions and replace them 249 guild, channel = self._muc_map[muc]
··· 243 } 244 245 if self._relay_xmpp_avatars and self._avatars.get_avatar_url(message["from"]): 246 + webhook["avatar_url"] = self._avatars.get_avatar_url(message["from"]) 247 248 # Look for mentions and replace them 249 guild, channel = self._muc_map[muc]