Skip to content

Commit

Permalink
change: rename help menu to help page
Browse files Browse the repository at this point in the history
It is not a menu
  • Loading branch information
tippfehlr committed Apr 11, 2024
1 parent 2c72fe5 commit a191403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { getLang } from '../db';
export default {
data: new SlashCommandBuilder()
.setName('help')
.setDescription('Shows the help menu')
.setDescriptionLocalizations(discordTranslations('help->description:Shows the help menu')),
.setDescriptionLocalizations(discordTranslations('help->description:Shows the help page'))
.setDescription(__({ phrase: 'help->description', locale: 'en-US' })),

execute: async interaction => {
const locale = getLang(interaction);
Expand Down

0 comments on commit a191403

Please sign in to comment.