Skip to content
On this page

IDiscordUser

Interface Definition

ts
interface IDiscordUser {
    readonly id: string;
    readonly name: string;
    readonly discriminator: string;
    readonly avatar: string;
};

Documentation

Documentation Created with ❤️ by Stuyk