mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
show guild avatars
This commit is contained in:
parent
c3e8edcd37
commit
028999eef1
2 changed files with 46 additions and 10 deletions
|
@ -129,4 +129,11 @@ module.exports.formatPaginationEmbeds = function(embeds){
|
|||
}
|
||||
}
|
||||
return formatted;
|
||||
}
|
||||
|
||||
// Creates a page for our paginator. simple helper so we dont have to do {embeds:[]} every time
|
||||
module.exports.page = function(embed){
|
||||
return {
|
||||
embeds: [embed]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue