diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-30 01:31:37 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-01-30 01:31:37 +0100 |
| commit | 1d4c5bfd062d6ffb4b7f571c061cd58697d224e0 (patch) | |
| tree | 875b1df7a566de9f8c0128fbff681dc880577f6d | |
| parent | cc9e2a50abe88ad30783d6708f565b5e2d885c6e (diff) | |
| download | pokebot-1d4c5bfd062d6ffb4b7f571c061cd58697d224e0.tar.gz pokebot-1d4c5bfd062d6ffb4b7f571c061cd58697d224e0.zip | |
Fix error in example config
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index c2fbc73..8545dfe 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,5 +1,5 @@ # Name of the master bot -name = "PokeBot" +master_name = "PokeBot" # Address of the server to connect to address = "localhost" # Channel for the master bot |
