We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8f441e + 104c947 commit cbbfb0cCopy full SHA for cbbfb0c
birthday/birthday.py
@@ -63,7 +63,7 @@ async def birthday_context_menu(interaction: discord.Interaction, member: discor
63
if birthday_channel_id:
64
channel = interaction.client.get_channel(birthday_channel_id)
65
if not channel:
66
- logger.warning(f"Birthday channel {birthday_channel_id} not found in guild {interaction.guild.id}")
+ logger.warning("Birthday channel not found in the guild")
67
channel = interaction.channel
68
else:
69
0 commit comments