LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command "!pp" id only broken

Bullfrog098 opened this issue · comments

While going through the files I found that if you run the "!pp" command with the beatmap id only it'll return with a error. It can be fixed under line 1392 in osu.js by changing "_id_only" to "id_only".

Error:
image

Edit 1
Going through more I found that in line 1192 in osu.js "options" is spelled wrong
I also found out if you put a # in front of a number it'll reference a old issue face palm