Skip to content

Commit aea4e81

Browse files
authored
feat: Gears stuff and better state (#184)
1 parent c20b6f5 commit aea4e81

Some content is hidden

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

101 files changed

+10459
-3920
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)