aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/cogs/lyrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/lyrics.py b/code/cogs/lyrics.py
index 711084f..b3a918f 100644
--- a/code/cogs/lyrics.py
+++ b/code/cogs/lyrics.py
@@ -18,7 +18,7 @@ class Lyrics(commands.Cog):
player = self.bot.lavalink.player_manager.get(interaction.guild.id)
# If the Genius API client is not setup, send an error message
- if self.bot.genius is not None:
+ if not self.bot.genius:
embed = discord.Embed(
title="Lyrics Feature Error",
description="The lyrics feature is currently disabled due to errors with the Genius API.",