Skip to content

Commit

Permalink
fix: addSelectMenuTo
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a committed Jul 4, 2024
1 parent 2854609 commit 48e9902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/addSelectMenuTo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { StringSelectMenuBuilder, UserSelectMenuBuilder, RoleSelectMenuBuilder, MentionableSelectMenuBuilder, ChannelSelectMenuBuilder } = require("discord.js");
const { ActionRow, StringSelectMenuBuilder, UserSelectMenuBuilder, RoleSelectMenuBuilder, MentionableSelectMenuBuilder, ChannelSelectMenuBuilder } = require("discord.js");

module.exports = async (d) => {
const data = d.util.aoiFunc(d);
Expand Down Expand Up @@ -114,4 +114,4 @@ module.exports = async (d) => {
}
}
};
};
};

0 comments on commit 48e9902

Please sign in to comment.