Skip to content

Commit

Permalink
fix: make voice application commands global
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannMa committed Jan 4, 2025
1 parent 1474826 commit 8a6e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/voice/applicationCommands/voice.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = class Voice extends ApplicationCommand {
constructor() {

super('voice', {
global : false,
global : true,
directMessage : false,
category : 'voice',
description : 'Manage Hubs and temporary voice channels',
Expand Down

0 comments on commit 8a6e80c

Please sign in to comment.