HexBot icon indicating copy to clipboard operation
HexBot copied to clipboard

The Lyrics command is broken.

Open CharliePlayz opened this issue 2 years ago • 1 comments

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

CharliePlayz avatar Sep 03 '21 16:09 CharliePlayz

kclient is an attribute that uses the KSoft API. It is initialized here and you need to have KSoft token in env https://github.com/1Prototype1/HexBot/blob/43eabcb52c2ed56c00c20fe7fbd12bb19d550ff8/hexbot.py#L26 Unfortunately, right now the lyrics endpoint is disabled so no use of applying for it

You'll have to work on an alternative ☹

1Prototype1 avatar Sep 14 '21 17:09 1Prototype1