diff options
Diffstat (limited to 'src/commands/today/mod.rs')
| -rw-r--r-- | src/commands/today/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/today/mod.rs b/src/commands/today/mod.rs index 0b9b857..35059e5 100644 --- a/src/commands/today/mod.rs +++ b/src/commands/today/mod.rs @@ -91,7 +91,7 @@ pub async fn today(ctx: PoiseContext<'_>, #[rest] _rest: Option<String>) -> anyh let options: Vec<TodayArgs> = ALL.iter().flat_map(|f| f(today)).collect(); - tracing::debug!("{} options for {}", options.len(), today); + tracing::debug!(option_count = options.len(), %today); let play_args = options.choose(&mut thread_rng()); |
