Skip to content

Commit e4b48e6

Browse files
VincentRPSPaillat-devCopilotEmmmaTechplun1331
authored
refactor!: ConnectionState & Event Handling (#5)
Co-authored-by: Paillat <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Emma Terzioglu <[email protected]> Co-authored-by: plun1331 <[email protected]> Co-authored-by: Paillat-dev <[email protected]> Co-authored-by: Soheab <[email protected]>
1 parent af5b823 commit e4b48e6

File tree

129 files changed

+15387
-7325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+15387
-7325
lines changed

discord/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from .automod import *
3434
from .bot import *
3535
from .channel import *
36+
from .channel.thread import *
3637
from .client import *
3738
from .cog import *
3839
from .collectibles import *
@@ -72,7 +73,6 @@
7273
from .sticker import *
7374
from .team import *
7475
from .template import *
75-
from .threads import *
7676
from .user import *
7777
from .voice_client import *
7878
from .webhook import *

0 commit comments

Comments
 (0)