UNPKG

ts3-ladon

Version:

Ladon is a versatile framework designed for creating powerful TS3 (TeamSpeak 3) query bots. With Ladon, developers can effortlessly implement commands, handle events, and utilize a variety of utility functions to enhance their bot's capabilities. Whether

8 lines (6 loc) 179 B
import { TeamSpeak } from "ts3-nodejs-library"; export interface ExtendedConnection extends TeamSpeak { connectionId?: string; botPrefix?: string; botColor?: string; }