Maselkov / Maselkov-Cogs

Collection of cogs for Red-Discordbot
MIT License
2 stars 3 forks source link

[GW2] character info throws TypeError #30

Closed n1tr0-5urf3r closed 7 years ago

n1tr0-5urf3r commented 7 years ago

Error in command 'character info' - TypeError: 'NoneType' object is not subscriptable

Traceback: [03/04/2017 23:27] ERROR red on_command_error 363: Exception in command 'character info' Traceback (most recent call last): File "lib/discord/ext/commands/core.py", line 50, in wrapped ret = yield from coro(*args, **kwargs) File "/opt/Red-DiscordBot/cogs/guildwars2.py", line 331, in _info gname = guild["name"]

Error occurs if Character is not in a guild, working on this