prettier and i couldn't agree on styling so i disabled it. ended up missing a semi-colon. javascript is javascript and ignores this now :D
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
|||||||
.addComponents(button);
|
.addComponents(button);
|
||||||
|
|
||||||
await interaction.channel.send({ components: [row], content });
|
await interaction.channel.send({ components: [row], content });
|
||||||
await Database.updateGuildSettings(interaction.guildId, 'private_help_channel_id', interaction.channelId)
|
await Database.updateGuildSettings(interaction.guildId, 'private_help_channel_id', interaction.channelId);
|
||||||
interaction.reply({ flags: [MessageFlags.Ephemeral], content: 'Sent.' });
|
interaction.reply({ flags: [MessageFlags.Ephemeral], content: 'Sent.' });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user