fix clippy, old commands use and remove event printing

This commit is contained in:
pap
2025-08-09 15:08:16 +01:00
parent 669387a034
commit eb45697bcc
6 changed files with 88 additions and 157 deletions

View File

@@ -31,8 +31,6 @@ use std::sync::mpsc::channel;
use std::thread;
use std::time::Duration;
use crate::slash_command::SlashCommand;
/// Time window for debouncing redraw requests.
const REDRAW_DEBOUNCE: Duration = Duration::from_millis(10);