-
-
Notifications
You must be signed in to change notification settings - Fork 143
Configuration
Splamy edited this page Sep 21, 2018
·
7 revisions
-- This site is incomplete --
- 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.
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 }
-
!settings get/set
and!settings get/set
accessesbot_*.toml
-
!settings global get/set
accessests3audiobot.toml
// Explain implicit defaults and extenting values in bot_