Moved to using an object for execute args
This commit is contained in:
@@ -13,7 +13,7 @@ export = {
|
||||
.setDescription("List's all commands usable by a member")
|
||||
.setDMPermission(false),
|
||||
|
||||
async execute(interaction, client) {
|
||||
async execute({ interaction, client }) {
|
||||
await interaction.deferReply({ ephemeral: true })
|
||||
|
||||
type CommandList = {
|
||||
|
||||
Reference in New Issue
Block a user