Soulsender / frong-bot

Multipurpose discord bot primarily used for a meme, now with many other features.
https://hub.docker.com/r/soulsender/frong-bot
GNU Affero General Public License v3.0
4 stars 3 forks source link

Leaderboard command not working #7

Open Sushi-Mampfer opened 1 month ago

Sushi-Mampfer commented 1 month ago

The leaderboard command returns a interaction failed error, if there isn't an error in the console it is probably because the parsing and other things take to long and should be solved by adding a ctx.defer().

Soulsender commented 2 weeks ago

Seems like it's because the embed length is too long for the entire leaderboard.

I could either truncate the end of it and only have like the top 25 or something, or I could somehow make it a thing you can scroll through with buttons or something

Soulsender commented 2 weeks ago

image