Merge branch 'some-changes' of https://github.com/discordeno/discordeno into some-changes

This commit is contained in:
ITOH
2021-06-05 11:36:09 +02:00
4 changed files with 5 additions and 14 deletions

View File

@@ -232,9 +232,7 @@ export interface DiscordenoMember extends Omit<User, "discriminator" | "id" | "a
/** Get the nickname or the username if no nickname */
name(guildId: bigint): string;
/** Get the guild member object for the specified guild */
guildMember(
guildId: bigint
):
guildMember(guildId: bigint):
| (Omit<GuildMember, "joinedAt" | "premiumSince" | "roles"> & {
joinedAt?: number;
premiumSince?: number;