feat(Guild): topEmojis

This commit is contained in:
Elysia
2023-02-21 19:01:26 +07:00
parent dc477b353e
commit d5b2b62a44
2 changed files with 21 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -1340,6 +1340,7 @@ export class Guild extends AnonymousGuild {
private _sortedChannels(channel: NonThreadGuildBasedChannel): Collection<Snowflake, NonThreadGuildBasedChannel>;
public readonly afkChannel: VoiceChannel | null;
public topEmojis(): Promise<Collection<number, Emoji>>;
public afkChannelId: Snowflake | null;
public afkTimeout: number;
public applicationId: Snowflake | null;