Last updated 1 year ago
Type: class
id
✓
The Client-Id for Lavalink Authorization Header
username
?
X
The Client-Username for Lavalink Authorization Header
{ id: "498094279793704991", username: "Amazing Discord Bot" }
export interface BotClientOptions { /** Bot Client Id */ id: string; /** Bot Client Username */ username?: string; /** So users can pass entire objects / classes */ [x: string | number | symbol | undefined]: any; }