Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BotSearchResponse

Response object from /search endpoint

Hierarchy

  • BotSearchResponse

Index

Properties

badge: string

HTML code for Bot's badge

botID: string

Id of the bot

customizeCard: number

Id of the customized card

description: string

Bot description

donate: number

¯_(ツ)_/¯

fb: { avatar: string; status: string; username: string }

Additional info for bot

Type declaration

  • avatar: string

    Bot's discord avatar

  • status: string

    Bot's status (offline or online)

  • username: string

    Bot's discord username

imageURL: null | string

Bot's banner url

inviteCount: number

Number of bot invitations

tags: string[]

Bot's tags

warning: null | string

Warning for this bot (like 'bot not published in the list')

Generated using TypeDoc