diff --git a/bot.py b/bot.py index f4f9e52..9fba5b3 100644 --- a/bot.py +++ b/bot.py @@ -78,7 +78,7 @@ async def on_message(message: discord.Message): loeh = await get_loeh(message.guild) if loeh is None: await message.channel.send('404: Löh not found!') - if loeh.voice is None: + elif loeh.voice is None: await message.channel.send('400: Löh not connected!') else: voice: discord.VoiceState = loeh.voice