Galarzaa90 / NabBot

Discord bot for Tibia servers
https://nabbot.xyz
Apache License 2.0
52 stars 25 forks source link

/check on specific char breaks bot #77

Closed Zahedee closed 6 years ago

Zahedee commented 6 years ago

There seems to be an issue with the house ID for the house Tunnel Gardens 2 (Kazordoon).

vlurr

2017-12-11 14:40:18,928:INFO: Command by Fritspizza in #glorious_bot (Exura Vita (Reddit)): /check vlurr 2017-12-11 14:40:19,138:ERROR: Exception in command: whois Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 62, in wrapped ret = yield from coro(*args, **kwargs) File "/root/NabBot/cogs/tibia.py", line 67, in whois char_string = self.get_char_string(char) File "/root/NabBot/cogs/tibia.py", line 1524, in get_char_string house_url = url_house.format(id=char.house["id"], world=char.world) KeyError: 'id'

Galarzaa90 commented 6 years ago

This was fixed by PR #78, thanks @Tschis