aboutsummaryrefslogtreecommitdiff
path: root/src/bot.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 01:46:17 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 01:46:17 -0400
commitf39b1607b54073646b8ebae8852000706db885ad (patch)
tree8033b4460593fb729f6aecc1c7deba84d952f3f0 /src/bot.rs
parenta435a926689b0b597caa1c724a91694f74dec778 (diff)
fix required command options
Diffstat (limited to 'src/bot.rs')
-rw-r--r--src/bot.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot.rs b/src/bot.rs
index b74bf0d..dabb64c 100644
--- a/src/bot.rs
+++ b/src/bot.rs
@@ -391,6 +391,7 @@ pub async fn run() -> anyhow::Result<()> {
info!("shutdown");
});
+ info!("starting bot");
client.start().await?;
Ok(())