Skip to content

Commit

Permalink
Fix LoriCoolCards' view album "Jump to lastt page" button not being r…
Browse files Browse the repository at this point in the history
…eplaced with the loading emoji when clicking on it
  • Loading branch information
MrPowerGamerBR committed May 4, 2024
1 parent cee68f6 commit dcfa3e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ class LoriCoolCardsViewAlbumExecutor(val loritta: LorittaBot, private val loriCo
leftButton.asDisabled(),
rightButton.asDisabled(),
jumpToLastButton.asDisabled()
.withEmoji(LoadingEmojis.random().toJDA())
.asDisabled()
)
}
).submit()
Expand Down

0 comments on commit dcfa3e1

Please sign in to comment.