From a8f90da119733b9bf4d5d6c17184eba60593dd48 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Thu, 4 May 2023 04:41:15 -0400 Subject: [PATCH] . --- src/commands/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/setup.ts b/src/commands/setup.ts index cad6807..5d4c99d 100644 --- a/src/commands/setup.ts +++ b/src/commands/setup.ts @@ -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, {