Implement slash commands

This commit is contained in:
Rapptz
2022-03-01 05:35:29 -05:00
parent 3d0c506124
commit 0d2db90028
10 changed files with 2083 additions and 2 deletions
+1 -1
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 *