summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-29 19:20:38 +0100
committerJokler <jokler@protonmail.com>2020-01-29 20:39:27 +0100
commit314f161802fa651277cff3b92232679a53436907 (patch)
treec90db9ad82273b1cc99751f1b6cfa3a16ff071b9
parent33f9989df92deebf589b1d0384a6fe485a5492d9 (diff)
downloadpokebot-314f161802fa651277cff3b92232679a53436907.tar.gz
pokebot-314f161802fa651277cff3b92232679a53436907.zip
Add a description to the master bot
-rw-r--r--src/bot/master.rs2
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 {