[fix] paginator editing works properly now

This commit is contained in:
derpystuff 2022-05-26 00:15:19 +02:00
parent a68b840af7
commit 41721f941f
13 changed files with 32 additions and 37 deletions

View file

@ -46,9 +46,8 @@ module.exports = {
}
pages = formatPaginationEmbeds(pages)
const message = context.message
const paging = await paginator.createPaginator({
message,
context,
pages
});
}catch(e){