more files refactoring

This commit is contained in:
klemek
2021-01-08 16:25:22 +01:00
parent eeedcb0b2d
commit ea0febfb3c
11 changed files with 294 additions and 276 deletions
+5
View File
@@ -18,6 +18,11 @@ def mention(member_id: int) -> str:
return f"<@{member_id}>"
class FakeMessage:
def __init__(self, id: int):
self.id = id
# FILE