Fix dumbass mistake lol

This commit is contained in:
Parker M. 2024-08-02 21:43:51 -05:00
parent 9e1729aa29
commit 333cb3adc5
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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.",