vb2007 / discordbot

A simple discord bot of mine developed with node.js's discord.js library.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Improvement: better formatting for /leaderboard #48

Closed vb2007 closed 2 months ago

vb2007 commented 2 months ago

The current /leaderboard command's embed response looks kinda... bad.

The leaderboard position numbers should be displayed in code blocks (like this), the usernames should be clickable, and the balance should be displayed in bold.

Also, the response currently has an empty line after the last user's data. That should get removed as well.

Plus if there are only 4 users (for example) in the database, and a user amount option isn't specified, the bot still says "TOP 10 users".

vb2007 commented 2 months ago

Done: https://github.com/vb2007/discordbot/commit/aef8427be40da4305bd40b9f51a6b5c6562b88bc https://github.com/vb2007/discordbot/commit/46107344a839905acc3a75b089110d646c921f82