Adding all files

This commit is contained in:
2026-02-03 20:32:43 +02:00
parent 2588d10ba0
commit 77b70b600f
1457 changed files with 184865 additions and 0 deletions

View File

@@ -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__)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff