-
Notifications
You must be signed in to change notification settings - Fork 36
✨ Added UserMessage.from_id #315
✨ Added UserMessage.from_id #315
Conversation
Codecov Report
@@ Coverage Diff @@
## main #315 +/- ##
=======================================
Coverage 90.00% 90.00%
=======================================
Files 9 9
Lines 100 100
=======================================
Hits 90 90
Misses 10 10 Continue to review full report at Codecov.
|
@Lunarmagpie @trag1c for the formatting changes, all of it was done by black (unless there was a merge conflict). I think we should keep it how black made it. What do you good people think? |
Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
Would be great if we could get rid of that comma thing, other than that I don't mind |
Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
Changes
adds
:UserMessage.from_id
,Client.get_message
From https://discord.com/developers/docs/resources/channel#get-channel-messages
improvements
: ran black on files editedCheck off the following