Skip to content

Commit

Permalink
fix(utility): make message commands not guild-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Sep 19, 2024
1 parent 82c6789 commit 80e28a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/utility/commands/plshelp/message-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const plshelpMessageCommand = {
type: ApplicationCommandType.Message,
name: 'How to Ask for Help',
},
guildSpecific: true,
async execute({ api, data: interaction }) {
await api.interactions.defer(interaction.id, interaction.token, {
flags: MessageFlags.Ephemeral,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const spoonfeedMessageCommand = {
type: ApplicationCommandType.Message,
name: 'How to Learn',
},
guildSpecific: true,
async execute({ api, data: interaction }) {
await api.interactions.defer(interaction.id, interaction.token, {
flags: MessageFlags.Ephemeral,
Expand Down

0 comments on commit 80e28a2

Please sign in to comment.