Interface GuildData

interface GuildData {
    guildId: string;
}

Properties

Properties

guildId: string