aboutsummaryrefslogtreecommitdiff
path: root/bot/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/main.rs')
-rw-r--r--bot/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index 6e66d2ee..3ab90bfd 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -22,8 +22,6 @@ async fn main() -> anyhow::Result<()> {
.await;
println!("{:?}", e);
}
-
- Ok(())
}
async fn handle(bot: Client, event: Event, _state: State) -> anyhow::Result<()> {