run prettier

This commit is contained in:
ITOH
2021-06-05 10:14:51 +02:00
parent 4bf485ba84
commit b19fbf596c
4 changed files with 14 additions and 5 deletions

View File

@@ -232,7 +232,9 @@ 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;