mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 01:46:08 +00:00
Implement slash commands
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, ui
|
||||
from . import utils, opus, abc, ui, app_commands
|
||||
from .enums import *
|
||||
from .embeds import *
|
||||
from .mentions import *
|
||||
|
Reference in New Issue
Block a user