feat: support reading recordings, address some warnings

This commit is contained in:
2026-05-27 01:56:47 -04:00
parent e72633f26a
commit 23f86ace3b
6 changed files with 97 additions and 79 deletions

View File

@@ -1,5 +1,4 @@
use snafu::{OptionExt as _, ResultExt as _, Snafu};
use std::num::ParseIntError;
use std::str::FromStr;
use twilight_model::id::Id;
use twilight_model::id::marker::ChannelMarker;