mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-25 14:27: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 instanceof BasePaginator)) continue;
|
||||||
if (!l.commandMessage) continue;
|
if (!l.commandMessage) continue;
|
||||||
|
|
||||||
if (l.isCommandMessage(data.context.message.id)) {
|
if (data.context.message & l.isCommandMessage(data.context.message.id)) {
|
||||||
listener = l
|
listener = l
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue