Implement slash commands

This commit is contained in:
Rapptz
2022-02-25 11:10:47 -05:00
parent 3d0c506124
commit 0d2db90028
10 changed files with 2083 additions and 2 deletions

View File

@ -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 *