Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 authored Aug 22, 2024
1 parent ad8103f commit c2b0ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/rolepanelSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function (interaction: BaseInteraction) {
.setDescription('ロールの付与に成功しました。'),
],
});
await interaction.update({
await interaction.message.edit({
components: [
new ActionRowBuilder<StringSelectMenuBuilder>().addComponents(
new StringSelectMenuBuilder()
Expand Down

0 comments on commit c2b0ebf

Please sign in to comment.