diff --git a/backend/src/plugins/RoleButtons/functions/applyRoleButtons.ts b/backend/src/plugins/RoleButtons/functions/applyRoleButtons.ts index bc4c5c23..66e9666e 100644 --- a/backend/src/plugins/RoleButtons/functions/applyRoleButtons.ts +++ b/backend/src/plugins/RoleButtons/functions/applyRoleButtons.ts @@ -56,7 +56,7 @@ export async function applyRoleButtons( const channel = await pluginData.guild.channels.fetch(configItem.message.channel_id).catch(() => null); if (channel && (!channel.isText || typeof channel.isText !== "function")) { - console.log("wtf", channel); + console.log("wtf", pluginData.guild?.id, configItem.message.channel_id); } if (!channel || !channel?.isText?.()) { pluginData.getPlugin(LogsPlugin).logBotAlert({