copying and pasting for the win.

This commit is contained in:
Nix Krystik
2026-06-03 23:41:30 +08:00
parent 6ae86b472a
commit 57eb5f403c
+1 -1
View File
@@ -202,7 +202,7 @@ export default {
const devWatchRole = interaction.options.getRole('devwatch-role'); const devWatchRole = interaction.options.getRole('devwatch-role');
if (devWatchRole) { if (devWatchRole) {
await Database.updateGuildSettings(interaction.guildId, 'devwatch_role_id', devWatchRole.id); await Database.updateGuildSettings(interaction.guildId, 'devwatch_role_id', devWatchRole.id);
response.push(`**private_help_role_id** has been set to ${devWatchRole}.`); response.push(`**devwatch_role_id** has been set to ${devWatchRole}.`);
} }
const addCategory = interaction.options.getChannel('add-staff-category'); const addCategory = interaction.options.getChannel('add-staff-category');