Skip to content

Commit

Permalink
fix incorrect typing
Browse files Browse the repository at this point in the history
  • Loading branch information
timotejroiko committed May 6, 2021
1 parent e39d2d8 commit b6b1b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ declare module "discord.js-light" {
fetch(options: ChannelFetchOptions): Promise<Discord.Collection<Discord.Snowflake, Discord.GuildChannel>>
}
interface GuildMemberManager {
forge(id: Discord.Snowflake): Discord.GuildMemberManager
forge(id: Discord.Snowflake): Discord.GuildMember
fetch(): Promise<Discord.Collection<Discord.Snowflake, Discord.GuildMember>>
fetch(user: Discord.Snowflake): Promise<Discord.GuildMember>
fetch(user: Discord.Snowflake, cache: boolean): Promise<Discord.GuildMember>
Expand Down

0 comments on commit b6b1b2c

Please sign in to comment.