chore!: requestのauth引数のデフォルト値をTrueに変更

引数で渡し忘れることが多い為
pull/109/head
yupix 7 months ago
parent 357bd2c932
commit 6e3dac1507
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -63,7 +63,7 @@ class HTTPClient:
async def request(
self,
route: Route,
auth: bool = False,
auth: bool = True,
remove_none: bool = True,
lower: bool = True,
**kwargs,

Loading…
Cancel
Save