1Prototype1 / HexBot

A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py

Home Page:https://discord.com/oauth2/authorize?client_id=747461870629290035&scope=bot&permissions=57344

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Lyrics command is broken.

CharliePlayz opened this issue · comments

I keep getting error: An error occurred: Command raised an exception: AttributeError: 'Music' object has no attribute 'kclient'

kclient is an attribute that uses the KSoft API.
It is initialized here and you need to have KSoft token in env

bot.kclient = ksoftapi.Client(os.environ['KSoft_Token'])

Unfortunately, right now the lyrics endpoint is disabled so no use of applying for it

You'll have to work on an alternative ☹