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,