mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1372,7 +1372,7 @@ declare module 'discord.js' {
|
||||
|
||||
export class ReactionUserStore extends DataStore<Snowflake, User, typeof User, UserResolvable> {
|
||||
constructor(client: Client, iterable: Iterable<any> | undefined, reaction: MessageReaction);
|
||||
public fetch(options?: { limit?: number, after?: Snowflake, before?: Snowflake }): Promise<this>;
|
||||
public fetch(options?: { limit?: number, after?: Snowflake, before?: Snowflake }): Promise<Collection<Snowflake, User>>;
|
||||
public remove(user?: UserResolvable): Promise<MessageReaction>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user