Adding all files
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""disnake.webhook
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Webhook support
|
||||
|
||||
:copyright: (c) 2015-2021 Rapptz, 2021-present Disnake Development
|
||||
:license: MIT, see LICENSE for more details.
|
||||
|
||||
"""
|
||||
|
||||
from . import async_, sync
|
||||
from .async_ import *
|
||||
from .sync import *
|
||||
|
||||
__all__ = []
|
||||
__all__.extend(async_.__all__)
|
||||
__all__.extend(sync.__all__)
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
2121
.local/lib/python3.14/site-packages/disnake/webhook/async_.py
Normal file
2121
.local/lib/python3.14/site-packages/disnake/webhook/async_.py
Normal file
File diff suppressed because it is too large
Load Diff
1355
.local/lib/python3.14/site-packages/disnake/webhook/sync.py
Normal file
1355
.local/lib/python3.14/site-packages/disnake/webhook/sync.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user