-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
Codecov Report
@@ Coverage Diff @@
## main #292 +/- ##
=======================================
Coverage 90.00% 90.00%
=======================================
Files 9 9
Lines 100 100
=======================================
Hits 90 90
Misses 10 10 Continue to review full report at Codecov.
|
Co-authored-by: trag1c <[email protected]> 🎨 Improving formatting Co-authored-by: trag1c <[email protected]> 🎨 Improving formatting Co-authored-by: trag1c <[email protected]> 🎨 Improving formatting Co-authored-by: trag1c <[email protected]> 🎨 Improving formatting Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
afc8b90
to
219cf5c
Compare
Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
bruh github mobile app dog UX |
Co-authored-by: Lunarmagpie <[email protected]>
Co-authored-by: trag1c <[email protected]>
Co-authored-by: trag1c <[email protected]>
return Role.from_dict( | ||
construct_client_dict( | ||
self._client, | ||
await self._http.post( | ||
f"guilds/{self.id}/roles", | ||
data=kwargs, | ||
headers=remove_none({"X-Audit-Log-Reason": reason}) | ||
headers=remove_none({"X-Audit-Log-Reason": reason}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no comma, I dont think we should listen to black for this one rule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sigmanificient If so, find a way to remove trailing commas from black. We cannot always have to remove the commas whenever we format. It would be tedious especially as the project grows.
Co-authored-by: Yohann Boniface <[email protected]>
oops. i forgor 💀
Changes
adds
: Add functions for stickers#265
Check off the following