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

@ -58,6 +58,7 @@ packages = [
'discord.types',
'discord.ui',
'discord.webhook',
'discord.app_commands',
'discord.ext.commands',
'discord.ext.tasks',
]