Skip to content

Commit

Permalink
fix forgot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Mar 15, 2024
1 parent 9e1fa68 commit 121ed29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/ENGINE/checkin/COMPONENT/button/ready.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
const {
ActionRowBuilder, ButtonBuilder, ButtonStyle,
} = require('discord.js');

const buttons = new ActionRowBuilder()
.addComponents([
new ButtonBuilder()
Expand Down

0 comments on commit 121ed29

Please sign in to comment.