mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
:feat_ Add Bot alias for App and include in __all__ exports
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Copyright (c) Paillat-dev
|
# Copyright (c) Paillat-dev
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
from discord import * # noqa: F403, I001 # pyright: ignore [reportWildcardImportFromLibrary]
|
||||||
from .app import App
|
from .app import App
|
||||||
|
|
||||||
__all__ = ["App"]
|
Bot = App
|
||||||
|
|
||||||
|
__all__ = ["App", "Bot"]
|
||||||
|
|||||||
Reference in New Issue
Block a user