Parent Directory
|
Revision Log
|
Patch
revision 446 by rakin, Mon Jul 29 17:30:17 2024 UTC | revision 447 by rakin, Mon Jul 29 17:30:17 2024 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | import DiscordClient from "../client/Client"; | import DiscordClient from "../client/Client"; |
2 | import MessageEmbed from "../client/MessageEmbed"; | import MessageEmbed from "../client/MessageEmbed"; |
3 | import { v4 as uuid } from 'uuid'; | import { v4 as uuid } from 'uuid'; |
4 | import { ButtonInteraction, InteractionCollector, InteractionReplyOptions, Message, MessageActionRow, MessageButton, MessageEditOptions, MessageOptions, ReplyMessageOptions, TextChannel } from "discord.js"; | import { ButtonInteraction, InteractionCollector, InteractionReplyOptions, Message, MessageActionRow, MessageButton, MessageEditOptions, MessageOptions, ReplyMessageOptions } from "discord.js"; |
5 | ||
6 | export interface EmbedBuilderOptions<T> { | export interface EmbedBuilderOptions<T> { |
7 | data: Array<T>; | data: Array<T>; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |