Clarified log entry
This commit is contained in:
parent
ff95160094
commit
10456f62e0
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user