issues
search
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
Merge dev-leaderboard-improvement to Dev
#71
Closed
vb2007
closed
1 month ago
vb2007
commented
1 month ago
Added an option to
/leaderboard
for checking the top users bank balance
Fixed issue where
/leaderboard
showed users that weren't in the current server
Fixed issues with
/balance
where the command displayed
undefined
for users that weren't in the economy table
Indexed
userId
column in the
economy
table for better query response times
/leaderboard
for checking the top users bank balance/leaderboard
showed users that weren't in the current server/balance
where the command displayed undefined for users that weren't in the economy tableuserId
column in theeconomy
table for better query response times