log more actions + tidy up things

This commit is contained in:
seth 2024-03-03 18:32:44 -05:00
parent 651f14d724
commit 915ef54dc3
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
14 changed files with 56 additions and 19 deletions

View file

@ -6,7 +6,7 @@ use std::sync::Arc;
use std::time::Duration;
use eyre::{eyre, Context as _, Report, Result};
use log::{info, warn};
use log::{info, trace, warn};
use octocrab::Octocrab;
use poise::{
@ -71,6 +71,7 @@ async fn setup(
"Couldn't connect to storage! Is your daemon running?"
));
}
trace!("Redis connection looks good!");
poise::builtins::register_globally(ctx, &framework.options().commands).await?;
info!("Registered global commands!");