Interface DBLBotGet

Hierarchy

Properties

cerified: boolean
description: string
info: string
invite: string
lib: string
owners: User[]
prefix: string
social: {
    github: string;
    support: string;
    website: string;
}

Type declaration

  • github: string
  • support: string
  • website: string
stats: {
    points: {
        monthly: number;
        total: number;
    };
    servers: number;
    shards: number;
}

Type declaration

  • points: {
        monthly: number;
        total: number;
    }
    • monthly: number
    • total: number
  • servers: number
  • shards: number
status: boolean
tags: string[]
user: User
widget: string

Generated using TypeDoc