Removed deprecated method
This commit is contained in:
@@ -10,8 +10,7 @@ export default {
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("help")
|
||||
.setDescription("List's all commands usable by a member")
|
||||
.setDMPermission(false),
|
||||
.setDescription("List's all commands usable by a member"),
|
||||
|
||||
async execute({ interaction, client }) {
|
||||
await interaction.deferReply({ ephemeral: true })
|
||||
|
||||
Reference in New Issue
Block a user