mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-24 05:47:02 -04:00
fix for interaction paginators
This commit is contained in:
parent
92751115fa
commit
1869606b87
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ module.exports = class Paginator {
|
|||
if (!(l instanceof BasePaginator)) continue;
|
||||
if (!l.commandMessage) continue;
|
||||
|
||||
if (l.isCommandMessage(data.context.message.id)) {
|
||||
if (data.context.message & l.isCommandMessage(data.context.message.id)) {
|
||||
listener = l
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue