feat: <Message>.markUnread() #65

and script check update module .-.
This commit is contained in:
March 7th
2022-04-29 12:35:28 +07:00
parent c7cc764718
commit 615c772280
5 changed files with 3970 additions and 370 deletions

1
typings/index.d.ts vendored
View File

@@ -1606,6 +1606,7 @@ export class Message<Cached extends boolean = boolean> extends Base {
public unpin(): Promise<Message>;
public inGuild(): this is Message<true> & this;
// Added
public markUnread(): Promise<boolean>;
public clickButton(buttonID: String<MessageButton.customId>): Promise<pending>;
public selectMenu(menuID: String<MessageSelectMenu.customId> | options[], options: string[]): Promise<pending>;
public contextMenu(botID: DiscordBotID, commandName: String<ApplicationCommand.name>): Promise;