copying and pasting for the win.
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user