update naming

This commit is contained in:
Nix Krystik
2026-05-28 20:54:19 +08:00
parent ab33376f9d
commit f6f65484ca
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export default {
.addComponents(button);
await interaction.channel.send({ components: [row], content });
await Database.updateGuildSetting(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.' });
}
};