Skip to content

Configuration

Splamy edited this page Sep 21, 2018 · 7 revisions

-- This site is incomplete --

Basics

Creating templates

  • Use !bot connect to <ip/address/nickname> to connect to a new server
  • Write !bot save <template name> to the new instance if you want to store it and the identity with it as a new bot template.
  • Use !bot connect template <template name> to connect a saved template again.
  • Use !bot disconnect to disconnect a bot again.

Autorun

You can edit in the ts3audiobot.toml config which instances (templates) should be run at startup:

[bots]
default = { run = true } # will be started
mybot1 = { run = false } # won't be started
#<template name> = { run = true }

Root and bot config

Accessing

  • !settings get/set and !settings get/set accesses bot_*.toml
  • !settings global get/set accesses ts3audiobot.toml

Overwriting

// Explain implicit defaults and extenting values in bot_