Skip to content

Commit

Permalink
fix: addSelectMenuTo (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
USERSATOSHI committed Jul 4, 2024
2 parents 2854609 + 48e9902 commit 4f0ef3d
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 4f0ef3d

Please sign in to comment.