mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ async def birthday_context_menu(interaction: discord.Interaction, member: discor
|
||||
if birthday_channel_id:
|
||||
channel = interaction.client.get_channel(birthday_channel_id)
|
||||
if not channel:
|
||||
logger.warning(f"Birthday channel {birthday_channel_id} not found in guild {interaction.guild.id}")
|
||||
logger.warning("Birthday channel not found in the guild")
|
||||
channel = interaction.channel
|
||||
else:
|
||||
channel = interaction.channel
|
||||
|
||||
Reference in New Issue
Block a user