Interface EventDiscordUser

EventDiscordUser

interface EventDiscordUser {
    displayName: string;
    id: string;
    isBot: boolean;
    isTakaroBot: boolean;
    username: string;
}

Properties

displayName: string

EventDiscordUser

id: string

EventDiscordUser

isBot: boolean

EventDiscordUser

isTakaroBot: boolean

EventDiscordUser

username: string

EventDiscordUser