This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a mostly full rewrite of v3 aiming for fully MyPy compatibility and the ability to hopefully compile with `mypyc`.
- Loading branch information
1 parent
6a752bf
commit de1ac94
Showing
137 changed files
with
948 additions
and
14,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,14 @@ | ||
""" | ||
Pycord | ||
~~~~~~ | ||
Making Bots Happen. | ||
A library for modern Discord bots. | ||
:copyright: 2021-present Pycord Development | ||
:copyright: 2021-present Pycord | ||
:license: MIT | ||
""" | ||
|
||
from ._about import * | ||
from .api import * | ||
from .application import * | ||
from .audit_log import * | ||
from .auto_moderation import * | ||
from .bot import * | ||
from .channel import * | ||
from .color import * | ||
from .commands import * | ||
from .connection import * | ||
from .embed import * | ||
from .enums import * | ||
from .events import * | ||
from .flags import * | ||
from .gateway import * | ||
from .guild import * | ||
from .guild_template import * | ||
from .http import * | ||
from .integration import * | ||
from .interaction import * | ||
from .interface import * | ||
from .invite import * | ||
from .media import * | ||
from .member import * | ||
from .message import * | ||
from .role import * | ||
from .snowflake import * | ||
from .stage_instance import * | ||
from .state import * | ||
from .team import * | ||
from .user import * | ||
from .utils import * | ||
from .voice import * | ||
from .webhook import * | ||
from .welcome_screen import * |
Oops, something went wrong.
de1ac94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again Vincent? XD