Skip to content

Commit

Permalink
不要なインポートを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
minarin0179 committed Aug 10, 2023
1 parent 6f1120a commit 001733c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/selectmenu/transferList.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { ActionRowBuilder, GuildTextBasedChannel, StringSelectMenuBuilder } from "discord.js";
import { SelectMenu } from "../../structures/SelectMenu";
import { arraySplit } from "../../utils/ArraySplit";
import { buttonToRow } from "../../utils/ButtonToRow";
import { reply } from "../../utils/Reply";
import transferButton from "../buttons/transfer";
import { buildTransferMessage } from "../../commands/slashcommands/transfer";

export default new SelectMenu({
Expand Down
2 changes: 0 additions & 2 deletions src/utils/transferMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import {
} from "discord.js";
import { fetchAllMessages } from "./FetchAllMessages";
import { splitMessage } from "./SplitMessage";
import { buttonToRow } from "../utils/ButtonToRow";
import transferButton from "../components/buttons/transfer";
import { openMessage } from "../commands/slashcommands/open";
import { client } from "../bot";
import { ChannelLink } from "../structures/ChannelLink";
Expand Down

0 comments on commit 001733c

Please sign in to comment.