mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
[fix] paginator editing works properly now
This commit is contained in:
parent
a68b840af7
commit
41721f941f
13 changed files with 32 additions and 37 deletions
|
@ -46,9 +46,8 @@ module.exports = {
|
|||
}
|
||||
|
||||
pages = formatPaginationEmbeds(pages)
|
||||
const message = context.message
|
||||
const paging = await paginator.createPaginator({
|
||||
message,
|
||||
context,
|
||||
pages
|
||||
});
|
||||
}catch(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue