Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BotInformationResponse

Response object from /bot/:shortId | /bot/:botId endpoint

Hierarchy

  • BotInformationResponse

Index

Properties

id: string

Bot's id

information: { added: number; badge: number; bumps: number; description: { long: string; short: string }; developers: string[]; library: null | string; links: { discord: null | string; github: null | string; site: null | string }; permissions: number; prefix: string; stats: { servers: number; shards: number; users: number }; status: string; tags: string[] }

Additional info for the bot

Type declaration

  • added: number

    Bot's invitations count

  • badge: number

    Bot's badge Id

  • bumps: number

    Bot's bumps count

  • description: { long: string; short: string }

    Bot's description

    • long: string

      Bot's long description

    • short: string

      Bot's short description

  • developers: string[]

    Bot's developers

  • library: null | string

    Discord API library that bot uses

  • links: { discord: null | string; github: null | string; site: null | string }

    Links in the Bot's profile

    • discord: null | string
    • github: null | string
    • site: null | string
  • permissions: number

    Permissions required by this bot

  • prefix: string

    Bot's prefix

  • stats: { servers: number; shards: number; users: number }

    Bot's statistics

    • servers: number

      Bot's servers count

    • shards: number

      Bot's shards count

    • users: number

      Bot's users count

  • status: string

    Bot's current status (offline or online)

  • tags: string[]

    Bot's tags

links: string[]

Links in the Bot's profile

shortCode: null | string

Bot's short URL code

Generated using TypeDoc