This commit is contained in:
Ean Milligan (Bastion) 2023-05-04 04:43:58 -04:00
parent a8f90da119
commit 58eef38295
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ The Discord Slash Command system will ensure you provide all the required detail
});
const x = await bot.helpers.getRoles(interaction.guildId);
x.forEach(role => log(LT.INFO, `${JSON.stringify(role)}`))
x.forEach(role => log(LT.INFO, `${utils.jsonStringifyBig(role)}`))
// Set permissions for self, skip if we already failed to set roles
!mgrRoleErrorOut && await bot.helpers.editChannelPermissionOverrides(interaction.channelId, {