diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-29 19:20:38 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-01-29 20:39:27 +0100 |
| commit | 314f161802fa651277cff3b92232679a53436907 (patch) | |
| tree | c90db9ad82273b1cc99751f1b6cfa3a16ff071b9 | |
| parent | 33f9989df92deebf589b1d0384a6fe485a5492d9 (diff) | |
| download | pokebot-314f161802fa651277cff3b92232679a53436907.tar.gz pokebot-314f161802fa651277cff3b92232679a53436907.zip | |
Add a description to the master bot
| -rw-r--r-- | src/bot/master.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bot/master.rs b/src/bot/master.rs index 3e56b1a..00c35cf 100644 --- a/src/bot/master.rs +++ b/src/bot/master.rs @@ -69,6 +69,8 @@ impl MasterBot { connected_bots: Arc::new(Mutex::new(HashMap::new())), }); + bot.teamspeak.set_description("Poke me if you want a music bot!"); + let cbot = bot.clone(); let msg_loop = async move { loop { |
