Skip to content

Commit

Permalink
updated bot.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 23, 2024
1 parent cab92db commit 26532bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buttons/pagination.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export type PaginationButtonParams = [key: pagination.PaginatorKey]
export default new button.Button<PaginationButtonParams>({
key: "pagination",
description: "The pagination button",
builder: (builder) => builder.setLabel("Pagination"),
async run(interaction, key) {
const app = await import("#app")

Expand Down

0 comments on commit 26532bf

Please sign in to comment.