quotientbot / quotient

Quotient is the ultimate open-source discord bot designed to empower E sports communities
https://quotientbot.xyz
Mozilla Public License 2.0
88 stars 101 forks source link

AttributeError in deleting scrims without reg channels #150

Closed deadaf closed 1 year ago

deadaf commented 1 year ago

https://github.com/quotientbot/Quotient-Bot/blob/5b5836198d7a0f804f4652232407ed8acb414aa7/src/models/esports/scrims.py#L482C3-L482C3

If the scrim's registration channel has been deleted, scrim.registration_channel will return None, hence throwing an AttributeError, in this line we want to directly reference scrim.registration_channel_id.

arthishaxom commented 1 year ago

Hello, I would like to work on this issue Thank you.