Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Co-authored-by: iiFDCT <[email protected]>
  • Loading branch information
bsian03 and conorwastakenwastaken committed Aug 17, 2021
1 parent ffb5548 commit 6aaae35
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 @@ -2727,7 +2727,7 @@ declare namespace Eris {
createMessage(content: MessageContent, file?: MessageFile | MessageFile[]): Promise<Message<TextChannel>>;
createThreadWithoutMessage(options: CreateThreadWithoutMessageOptions): Promise<PrivateThreadChannel>;
createThreadWithMessage(messageID: string, options: CreateThreadOptions): Promise<PublicThreadChannel>;
createWebhook(options: { name: string; avatar?: string | null}, reason?: string): Promise<Webhook>;
createWebhook(options: { name: string; avatar?: string | null }, reason?: string): Promise<Webhook>;
deleteMessage(messageID: string, reason?: string): Promise<void>;
deleteMessages(messageIDs: string[], reason?: string): Promise<void>;
edit(options: Omit<EditChannelOptions, "icon" | "ownerID">, reason?: string): Promise<this>;
Expand Down

0 comments on commit 6aaae35

Please sign in to comment.