Clarified log entry

This commit is contained in:
norohind 2022-03-19 19:21:07 +03:00
parent ff95160094
commit 10456f62e0
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -53,7 +53,7 @@ class TTSCore(commands.Cog, Observ.Observer):
if not isinstance(message.channel, discord.TextChannel):
return
logger.info(f'Message: {message.content}')
logger.info(f'Message to say: {message.content}')
user_voice_state = message.author.voice
if user_voice_state is None:
await message.channel.send(f"You're not in a voice channel")