diff --git a/bot/modules/accountability/TimeSlot.py b/bot/modules/accountability/TimeSlot.py index 81cbe38d..03ade394 100644 --- a/bot/modules/accountability/TimeSlot.py +++ b/bot/modules/accountability/TimeSlot.py @@ -231,7 +231,7 @@ class TimeSlot: self.channel = self.guild.get_channel(self.data.channelid) # Load message - if self.data.messageid: + if self.data.messageid and self.lobby: self.message = discord.PartialMessage( channel=self.lobby, id=self.data.messageid