Skip to content

Commit bfcac12

Browse files
committed
Fix typo in interaction check
1 parent 6e48bf9 commit bfcac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techsupport_bot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ async def interaction_check(self: Self, interaction: discord.Interaction) -> boo
915915
await self.slash_command_log(interaction)
916916

917917
await self.logger.send_log(
918-
message="Checking if prefix command can run",
918+
message="Checking if slash command can run",
919919
level=LogLevel.DEBUG,
920920
context=LogContext(guild=interaction.guild, channel=interaction.channel),
921921
console_only=True,

0 commit comments

Comments
 (0)