markred6483 / Among-Us-Tournament

MIT License
0 stars 0 forks source link

tournamentClient.guild could be null when on_message or other events are fired #2

Closed markred6483 closed 2 years ago

markred6483 commented 2 years ago

baseClient.guild is set in baseClient.on_ready, and this event could fire after tournamentClient.on_message event does. This will result in some

AttributeError: 'NoneType' object has no attribute ...