diff --git a/src/commands/admin/help.ts b/src/commands/admin/help.ts index a181bf6..1a682c4 100644 --- a/src/commands/admin/help.ts +++ b/src/commands/admin/help.ts @@ -2,13 +2,13 @@ import { Discord, Slash } from 'discordx' import { CommandInteraction, EmbedBuilder } from 'discord.js' @Discord() -export class Payments { +export class Help { @Slash({ - name: 'payments', - description: 'See available payments', + name: 'help', + description: 'See available commands', defaultMemberPermissions: 'Administrator', }) - async payments(interaction: CommandInteraction) { + async help(interaction: CommandInteraction) { await interaction.deferReply({ ephemeral: true }) const embed = new EmbedBuilder().setTitle(`Commands`).setFields([