Permission error... fix...?
This commit is contained in:
GaMeNu 2023-10-12 12:13:02 +03:00
parent 09d64197ae
commit 3c43fad859

View File

@ -205,7 +205,6 @@ class Notificator(commands.Cog):
embed_ls_ls.append(embed_ls)
for channel in self.db.channel_iterator():
self.log.info(channel.id)
if channel.server_id is not None:
dc_ch = self.bot.get_channel(channel.id)
else: