This commit is contained in:
parent
eeced6e9fb
commit
a8f90da119
|
@ -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, `${role}`))
|
||||
x.forEach(role => log(LT.INFO, `${JSON.stringify(role)}`))
|
||||
|
||||
// Set permissions for self, skip if we already failed to set roles
|
||||
!mgrRoleErrorOut && await bot.helpers.editChannelPermissionOverrides(interaction.channelId, {
|
||||
|
|
Loading…
Reference in New Issue