Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasB25 committed Jul 28, 2024
1 parent ae54149 commit 520e505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion languages
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
},
page: {
last: "⏩",
first: "⏪",
fast: "⏪",
back: "⬅️",
next: "➡️",
cancel: "⏹️",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export class Utils {
const lastEmbed = page === embed.length - 1;
const pageEmbed = embed[page];
const first = new ButtonBuilder()
.setCustomId("first")
.setEmoji(client.emoji.page.first)
.setCustomId("fast")
.setEmoji(client.emoji.page.fast)
.setStyle(ButtonStyle.Primary)
.setDisabled(firstEmbed);
const back = new ButtonBuilder()
Expand Down

0 comments on commit 520e505

Please sign in to comment.