fix channel preload

This commit is contained in:
Klemek
2021-05-19 13:29:37 +02:00
parent 1a17e232ed
commit 13447ff869
+2
View File
@@ -215,6 +215,8 @@ class GuildLogs:
] ]
) )
total_chan = len(target_channels) total_chan = len(target_channels)
for channel in target_channels:
self.channels[channel.id].preload(channel)
else: else:
if not self.locked and not self.lock(): if not self.locked and not self.lock():
return ALREADY_RUNNING, 0 return ALREADY_RUNNING, 0