mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-18 02:47:05 -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
|
@ -77,7 +77,11 @@ module.exports.ICONS = Object.freeze({
|
|||
"robouser": "<:ico_robouser:1002944679744131092>",
|
||||
"lock": "<:ico_lock:1002948236971085924>",
|
||||
"badge_slash": "<:badge_slash:1002954716315140167>",
|
||||
"flag": "<:ico_flag:1002957495138009251>"
|
||||
"flag": "<:ico_flag:1002957495138009251>",
|
||||
"like": "<:ico_like:1086443586700181514>",
|
||||
"message": "<:ico_message:1086443588784758844>",
|
||||
"eye": "<:ico_eye:1086443585337036860>",
|
||||
"videos": "<:ico_videos:1086449271609503764>"
|
||||
})
|
||||
|
||||
const GUILD_FEATURE_ICONS = Object.freeze({
|
||||
|
|
|
@ -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