Fox-V3 icon indicating copy to clipboard operation
Fox-V3 copied to clipboard

[stealemoji] not saving more then 50 emojis

Open givemhell opened this issue 4 years ago • 0 comments

I have a 100 emoji cap for both emojis and animated emojis and I get this error when I try to steal more then 50

Ignoring exception in on_reaction_add Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/discord/client.py", line 312, in _run_event await coro(*args, **kwargs) File "/root/.local/share/Red-DiscordBot/data/start/cogs/CogManager/cogs/stealemoji/stealemoji.py", line 266, in on_reaction_add if await check_guild(guild, emoji): File "/root/.local/share/Red-DiscordBot/data/start/cogs/CogManager/cogs/stealemoji/stealemoji.py", line 19, in check_guild if len(guild.emojis) >= 100: AttributeError: 'NoneType' object has no attribute 'emojis'

givemhell avatar Oct 25 '20 10:10 givemhell