diff --git a/src/player/commands/list.rs b/src/player/commands/list.rs index 2310677..0f7883d 100644 --- a/src/player/commands/list.rs +++ b/src/player/commands/list.rs @@ -34,7 +34,7 @@ impl serenity::framework::standard::Command for List { if playlist.len() == 1 { "song" } else { "songs" } ); - let max_output = 10; + let max_output = 5; for (i, song) in playlist.iter().enumerate() { if i < max_output {