Compare commits
No commits in common. "bee49ec40cde4ac6214c4b66dfa3e53203aa269e" and "90d5dd973c6e196ea453d27f84fd8dfc6baf6119" have entirely different histories.
bee49ec40c
...
90d5dd973c
@ -74,15 +74,4 @@ class DiscordMessageAdapter(IMessageAdapter):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
class TestAuthor:
|
||||
name = 'John Doe'
|
||||
|
||||
|
||||
class TestMessage:
|
||||
content = 'Hello!'
|
||||
author = TestAuthor()
|
||||
attachments = []
|
||||
|
||||
|
||||
message = DiscordMessageBuilder(raw_message=TestMessage).create_message()
|
||||
print(message.__dict__)
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user