Skip to content

Commit

Permalink
fix: a little oopsy daisy
Browse files Browse the repository at this point in the history
Forgot to add bucket storage to slots.

Signed-off-by: VincentRPS <[email protected]>
  • Loading branch information
VincentRPS authored Jul 31, 2023
1 parent ac8a68b commit 806939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/webhook/async_.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ async def foo():
.. versionadded:: 2.0
"""

__slots__: tuple[str, ...] = ("session", "proxy", "proxy_auth")
__slots__: tuple[str, ...] = ("session", "proxy", "proxy_auth", "_bucket_storage")

def __init__(
self,
Expand Down

0 comments on commit 806939e

Please sign in to comment.