Removed deprecated method

This commit is contained in:
2024-09-09 21:58:06 +02:00
parent 7670299491
commit 6f8ee0f8bb
33 changed files with 30 additions and 63 deletions

View File

@@ -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 })