mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Add initial support for buttons and components
This commit is contained in:
@@ -43,7 +43,7 @@ from .template import *
|
||||
from .widget import *
|
||||
from .object import *
|
||||
from .reaction import *
|
||||
from . import utils, opus, abc
|
||||
from . import utils, opus, abc, ui
|
||||
from .enums import *
|
||||
from .embeds import *
|
||||
from .mentions import *
|
||||
@@ -56,6 +56,7 @@ from .raw_models import *
|
||||
from .team import *
|
||||
from .sticker import *
|
||||
from .interactions import *
|
||||
from .components import *
|
||||
|
||||
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
|
||||
|
||||
|
Reference in New Issue
Block a user