Skip to content

Commit

Permalink
wrong buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Nov 26, 2023
1 parent 8157951 commit 17a06b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/buttons/image/tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component } from "@interfaces/components";
import { info } from "@helpers/logger";
import { Client, Message, ButtonInteraction, EmbedBuilder } from "@client";
import { tileToAttachment } from "@images/tile";
import { imageButtons } from "@utility/buttons";
import { tileButtons } from "@utility/buttons";
import getImage, { imageNotFound } from "@helpers/getImage";
import { imageTooBig } from "@helpers/warnUser";

Expand All @@ -27,7 +27,7 @@ export default {
.setTimestamp(),
],
files: [attachment],
components: [imageButtons],
components: [tileButtons],
fetchReply: true,
})
.then((message: Message) => {
Expand Down

0 comments on commit 17a06b0

Please sign in to comment.