diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-29 20:45:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 20:45:40 +0100 |
| commit | cc9e2a50abe88ad30783d6708f565b5e2d885c6e (patch) | |
| tree | 0ee5b1495fc402829c44fcb56aec5167b0ff7369 /config.toml.example | |
| parent | f8f986f9e17caac8dc246637de1c9063803d2699 (diff) | |
| parent | 12f5c6dbe1ca2c6be21faa3bc239385aabef68e4 (diff) | |
| download | pokebot-cc9e2a50abe88ad30783d6708f565b5e2d885c6e.tar.gz pokebot-cc9e2a50abe88ad30783d6708f565b5e2d885c6e.zip | |
Merge pull request #19 from Mavulp/multibot
Split the bot into a master bot and music bots
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example new file mode 100644 index 0000000..c2fbc73 --- /dev/null +++ b/config.toml.example @@ -0,0 +1,18 @@ +# Name of the master bot +name = "PokeBot" +# Address of the server to connect to +address = "localhost" +# Channel for the master bot +channel = "Lobby" + +# Names for the music bots +names = ["MusicBot"] + +# Identity of the master bot +[id] +key = "insert-key-here" +counter = 0 +max_counter = 0 + +# Add identities for music bots here +# [[ids]] |
