Fix next button on series list command
All checks were successful
Test / build (push) Successful in 10s
All checks were successful
Test / build (push) Successful in 10s
This commit is contained in:
parent
5a4a0a1e10
commit
12b42551ba
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export default class SeriesHelper {
|
|||
.setCustomId(`series list ${page + 1}`)
|
||||
.setLabel("Next")
|
||||
.setStyle(ButtonStyle.Primary)
|
||||
.setDisabled(page + 1 > totalPages));
|
||||
.setDisabled(page + 1 == totalPages));
|
||||
|
||||
return { embed, row };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue