working other scanner yay

This commit is contained in:
klemek
2021-01-11 15:39:57 +01:00
parent 5c848444db
commit 034562f167
4 changed files with 61 additions and 21 deletions
+4
View File
@@ -30,6 +30,10 @@ def mention(member_id: int) -> str:
return f"<@{member_id}>"
def channel_mention(channel_id: int) -> str:
return f"<#{channel_id}>"
class FakeMessage:
def __init__(self, id: int):
self.id = id