flaree / flare-cogs

Various cogs written for Red-DiscordBot
MIT License
76 stars 69 forks source link

Userinfo not working #192

Closed 1993zig closed 1 year ago

1993zig commented 1 year ago

Describe the bug Userinfo is not working, bc the “active_developer” key is not listed in the command

Traceback (most recent call last):
  File "/data/venv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 229, in wrapped
    ret = await coro(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/cogs/CogManager/cogs/userinfo/userinfo.py", line 321, in userinfo
    emoji = self.badge_emojis[badge]
            ~~~~~~~~~~~~~~~~~^^^^^^^
KeyError: 'active_developer'