feat: added rankings

This commit is contained in:
anuraghazra
2020-07-13 19:41:47 +05:30
parent 8e8d7dd64d
commit db49ca7b71
8 changed files with 182 additions and 5 deletions

View File

@ -8,6 +8,7 @@ module.exports = async (req, res) => {
username,
hide,
hide_border,
hide_rank,
show_icons,
line_height,
title_color,
@ -29,6 +30,7 @@ module.exports = async (req, res) => {
hide: JSON.parse(hide || "[]"),
show_icons,
hide_border,
hide_rank,
line_height,
title_color,
icon_color,