mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 17:14:56 +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
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from discord import * # noqa: F403, I001 # pyright: ignore [reportWildcardImportFromLibrary]
|
||||
from .app import App
|
||||
|
||||
__all__ = ["App"]
|
||||
Bot = App
|
||||
|
||||
__all__ = ["App", "Bot"]
|
||||
|
||||
Reference in New Issue
Block a user