From 96bd73b7837fa9ad02abbf06f84556fb2c938201 Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:46:34 -0400 Subject: [PATCH] Remove testing code lol --- src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.rs b/src/main.rs index 59b7ef5..1937032 100644 --- a/src/main.rs +++ b/src/main.rs @@ -141,12 +141,6 @@ async fn main() { // Finally start everything. Nothing after this should be reachable normally. info!("Starting client"); - println!( "Shibe Bot v{} was created by Shibe Drill (@shibedrill) using Rust and \ - Poise.\nVisit her website: https://riverdev.carrd.co\nCheck out her \ - Github: https://github.com/shibedrill/shibe-bot\n\ - Poise: https://docs.rs/poise/latest/poise/\n\ - Rust: https://www.rust-lang.org/", - env!("CARGO_PKG_VERSION")); client.start().await.unwrap(); info!("All tasks finished, shutting down"); }