Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Donovan Daniels <[email protected]>
  • Loading branch information
JustCat80 and DonovanDMC authored Oct 18, 2021
1 parent d377436 commit 6fe517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ declare namespace Eris {
createGuildFromTemplate(code: string, name: string, icon?: string): Promise<Guild>;
createGuildSticker(guildID: string, options: CreateStickerOptions, reason?: string): Promise<Sticker>;
createGuildTemplate(guildID: string, name: string, description?: string | null): Promise<GuildTemplate>;
createInteractionResponse(interactionID: string, interactionToken: string, options: InteractionOptions, file: FileContent | FileContent[]): Promise<void>;
createInteractionResponse(interactionID: string, interactionToken: string, options: InteractionOptions, file?: FileContent | FileContent[]): Promise<void>;
createMessage(channelID: string, content: MessageContent, file?: FileContent | FileContent[]): Promise<Message>;
createRole(guildID: string, options?: RoleOptions | Role, reason?: string): Promise<Role>;
crosspostMessage(channelID: string, messageID: string): Promise<Message>;
Expand Down

0 comments on commit 6fe517a

Please sign in to comment.