From c61b701095a1f6b52777d317275f34687e57ee3e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 10 Oct 2024 07:26:29 -0400 Subject: rise once again my glorious creation (#51) * git-tracker: update tips after fetch + cleanup * nix: use nix-filter * ci: cleanup * crates: update * git-tracker: don't spam log while transferring * nix: fix static package eval --- crates/discord-bot/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/discord-bot/src/lib.rs') diff --git a/crates/discord-bot/src/lib.rs b/crates/discord-bot/src/lib.rs index 7ac2e98..3248db5 100644 --- a/crates/discord-bot/src/lib.rs +++ b/crates/discord-bot/src/lib.rs @@ -6,7 +6,6 @@ use serenity::prelude::{Client, GatewayIntents, TypeMapKey}; mod commands; mod config; -mod consts; mod handler; mod jobs; @@ -76,7 +75,7 @@ pub async fn client() -> Result { }); // run our jobs - jobs::dispatch(config)?; + jobs::dispatch(&config)?; Ok(client) } -- cgit v1.2.3