💸💸💸 DISCORD IS PAYING FOR THIS 💸💸💸

This commit is contained in:
derpystuff 2023-03-18 01:53:31 +01:00
parent 5a93e8402d
commit 40cc793ed0
3 changed files with 79 additions and 9 deletions

View file

@ -113,6 +113,7 @@ module.exports.formatPaginationEmbeds = function(embeds){
for(const e of embeds){
i += 1;
let ne = e;
if(!e) continue;
if(e.embed){
ne.embed.footer.text = e.embed.footer.text + ` • Page ${i}/${l}`
formatted.push(ne)