Skip to content

Commit

Permalink
Update SetupButtons.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Jul 12, 2024
1 parent 2b764d8 commit ec1d7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/client/SetupButtons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class SetupButtons extends Event {
});
}

// biome-ignore lint/complexity/noExcessiveCognitiveComplexity: <explanation>
public async run(interaction: any): Promise<void> {
if (!interaction.replied) await interaction.deferReply().catch(() => {});
if (!interaction.member.voice.channel) {
Expand Down

0 comments on commit ec1d7f4

Please sign in to comment.