From eeced6e9fbbb0cf83f6aa1af314c96b2170d9878 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Thu, 4 May 2023 04:40:21 -0400 Subject: [PATCH] . --- src/commands/setup.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/setup.ts b/src/commands/setup.ts index 8f5d85a..cad6807 100644 --- a/src/commands/setup.ts +++ b/src/commands/setup.ts @@ -10,6 +10,7 @@ import { DiscordEmbedField, Interaction, InteractionResponseTypes, + LT, log, MessageComponentTypes, OverwriteTypes, } from '../../deps.ts'; @@ -225,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 => console.log(role)) + x.forEach(role => log(LT.INFO, `${role}`)) // Set permissions for self, skip if we already failed to set roles !mgrRoleErrorOut && await bot.helpers.editChannelPermissionOverrides(interaction.channelId, {