mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
💸💸💸 DISCORD IS PAYING FOR THIS 💸💸💸
This commit is contained in:
parent
5a93e8402d
commit
40cc793ed0
3 changed files with 79 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue