chore: update error message

This commit is contained in:
2025-09-18 10:51:21 +02:00
parent fad35d10d3
commit 23bbbd4230

View File

@@ -31,4 +31,4 @@ async def handle_voice_state_update(member, before, after, bot):
await vc.disconnect()
except Exception as e:
logger.error("Error: %s", e)
logger.error("Error while connecting to a voice channel: %s", e)