hollowstrawberry / crab-cogs

Red Discord bot cogs for the Crab friend group
GNU General Public License v3.0
16 stars 3 forks source link

If I delete an image from thread, imagelog doesn't seem to work. #26

Closed ocformula closed 1 year ago

ocformula commented 1 year ago

If I delete an image from thread, imagelog doesn't seem to work. The logs you'll see at this point are shown below.

9월 22 21:14:22 clr-live.lan python[965]: [2023-09-22 21:14:22] [ERROR] discord.client: Ignoring exception in on_raw_message_delete 9월 22 21:14:22 clr-live.lan python[965]: Traceback (most recent call last): 9월 22 21:14:22 clr-live.lan python[965]: File "/home/ocformula/redenv/lib/python3.11/site-packages/discord/client.py", line 441, in _run_event 9월 22 21:14:22 clr-live.lan python[965]: await coro(*args, **kwargs) 9월 22 21:14:22 clr-live.lan python[965]: File "/home/ocformula/.local/share/Red-DiscordBot/data/ocformula/cogs/CogManager/cogs/imagelog/imagelog.py", line 46, i> 9월 22 21:14:22 clr-live.lan python[965]: embed.add_field(name=f"Channel", value=channel.mention) 9월 22 21:14:22 clr-live.lan python[965]: ^^^^^^^^^^^^^^^ 9월 22 21:14:22 clr-live.lan python[965]: AttributeError: 'NoneType' object has no attribute 'mention'

hollowstrawberry commented 1 year ago

Should be fixed, thank you. Please update the cog.