mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 20:36:10 +01:00
more commands incoming
This commit is contained in:
7
src/commands/music/metadata.rs
Normal file
7
src/commands/music/metadata.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use songbird::{input::AuxMetadata, typemap::TypeMapKey};
|
||||
|
||||
pub struct Metadata;
|
||||
|
||||
impl TypeMapKey for Metadata {
|
||||
type Value = AuxMetadata;
|
||||
}
|
||||
Reference in New Issue
Block a user