fix: Fix typos.

This commit is contained in:
2023-08-19 14:45:11 +03:00
parent 2945db6a7f
commit fd5a3f8f30
2 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ class ScheduledSession:
channel = self.bot.get_channel(channelid)
if channel is not None:
channels = self.channels_setting.value
room = self.room_channel.value
room = self.room_channel
valid = (
not channels
or (channel in channels)