Skip to content

Commit

Permalink
fix: buttonstyle import
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd authored and renovate[bot] committed Jun 18, 2024
1 parent da118d4 commit 64643ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/queue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import {
Message,
ButtonInteraction,
ChatInputCommandInteraction,
ButtonStyle,
} from 'discord.js';
import { ButtonStyle, PermissionFlagsBits } from 'discord-api-types/v10';
import { PermissionFlagsBits } from 'discord-api-types/v10';
import {
ActionRowBuilder,
ButtonBuilder,
Expand Down

0 comments on commit 64643ba

Please sign in to comment.