diff options
| author | Jokler <jokler@protonmail.com> | 2020-03-22 16:56:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-22 16:56:17 +0100 |
| commit | 08794f7f7bfd226c4b68b141be14e2405ce61d03 (patch) | |
| tree | 3f38be51ce65d2d82409f29580c3155a9a911d0c /config.toml.example | |
| parent | 402b71b5eb83a23d613d217e63517dfa59017df6 (diff) | |
| parent | e71c6356f53538a20b711510e5d558d969474ad5 (diff) | |
| download | pokebot-08794f7f7bfd226c4b68b141be14e2405ce61d03.tar.gz pokebot-08794f7f7bfd226c4b68b141be14e2405ce61d03.zip | |
Merge pull request #47 from Mavulp/fix-id-generation
Fixed id generation for first time setup
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config.toml.example b/config.toml.example index 50cec56..c436610 100644 --- a/config.toml.example +++ b/config.toml.example @@ -11,12 +11,3 @@ bind_address = "127.0.0.1:45538" # 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]] |
