improv: black

This commit is contained in:
Klemek
2021-07-13 16:26:04 +02:00
parent 14f5709241
commit e1e1bf117f
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class ChannelLogs:
def preload(self, channel: discord.TextChannel):
self.name = channel.name
self.channel = channel
@property
def sorted_messages(self):
return sorted(self.messages)