From bfcac12fd09d52b2a1ebfb139a97883088ecf9e2 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:33:06 -0500 Subject: [PATCH] Fix typo in interaction check --- techsupport_bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techsupport_bot/bot.py b/techsupport_bot/bot.py index b4413f4b..773dd16a 100644 --- a/techsupport_bot/bot.py +++ b/techsupport_bot/bot.py @@ -915,7 +915,7 @@ async def interaction_check(self: Self, interaction: discord.Interaction) -> boo await self.slash_command_log(interaction) await self.logger.send_log( - message="Checking if prefix command can run", + message="Checking if slash command can run", level=LogLevel.DEBUG, context=LogContext(guild=interaction.guild, channel=interaction.channel), console_only=True,