import { type HelperFunctionsFromHelperPlugin } from "https://deno.land/x/discordeno@17.0.1/plugins/helpers/mod.ts";
Properties
helpers: FinalHelpers & { fetchAndRetrieveMembers: (guildId: BigString) => Promise<Collection<bigint, Member>>; sendDirectMessage: (userId: BigString, content: string | CreateMessage) => Promise<Message>; sendTextMessage: (channelId: BigString, content: string | CreateMessage) => Promise<Message>; sendPrivateInteractionResponse: () => Promise<void>; suppressEmbeds: (channelId: BigString, messageId: BigString) => Promise<Message>; archiveThread: (threadId: BigString) => Promise<Channel>; unarchiveThread: (threadId: BigString) => Promise<Channel>; lockThread: (threadId: BigString) => Promise<Channel>; unlockThread: (threadId: BigString) => Promise<Channel>; editThread: () => Promise<Channel>; cloneChannel: (channel: Channel, reason?: string) => Promise<Channel>; sendAutocompleteChoices: () => Promise<void>; disconnectMember: (guildId: BigString, memberId: BigString) => Promise<Member>; getMembersPaginated: (guildId: BigString, options: ListGuildMembers) => Promise<Collection<bigint, Member>>; moveMember: () => Promise<Member>; }
id: BigString,
token: string,
options: InteractionResponse,
threadId: BigString,
options: ModifyThread,
reason?: string,
interactionId: BigString,
interactionToken: string,
choices: ApplicationCommandOptionChoice[],
guildId: BigString,
memberId: BigString,
channelId: BigString,