LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷
MIT License
111 stars 33 forks source link

Command "!pp" id only broken #36

Open Bullfrog098 opened 4 years ago

Bullfrog098 commented 4 years ago

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