Bug: Thread create logging
2022-05-22 15:10:28 discord.client DEBUG Dispatching event thread_create
Ignoring exception in on_thread_create
Traceback (most recent call last):
File "/home/erin/.cache/pypoetry/virtualenvs/cabling-bot-417_n4la-py3.10/lib/python3.10/site-packages/discord/client.py", line 382, in _run_event
await coro(*args, **kwargs)
File "/home/erin/repos/gitlab/aelithe/cables/cabling_bot/events/modlog.py", line 206, in handle_create
text = f"[{thread.name}]({msg.jump_url}) has been created "
AttributeError: 'NoneType' object has no attribute 'jump_url'