You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2b-rs/src/commands/music
trivernis 87cfba1bc8
Change menu pages to be wrapped in page type
The pages of a menu are now wrapped in an enum that contains either
a builder function or a static CreateMessage. The builder function
is used for the now playing message to always return the currently
playing song instead of mapping a static song. This solves the problem
that the old page is being rendered when the page is recreated because
of being sticky.

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
..
clear_queue.rs Add rate limits to commands 3 years ago
current.rs Change menu pages to be wrapped in page type 3 years ago
join.rs Add controls to now playing message and fix sticky menu 3 years ago
leave.rs Add rate limits to commands 3 years ago
lyrics.rs Add rate limits to commands 3 years ago
mod.rs Add controls to now playing message and fix sticky menu 3 years ago
pause.rs Add controls to now playing message and fix sticky menu 3 years ago
play.rs Add rate limits to commands 3 years ago
play_next.rs Add controls to now playing message and fix sticky menu 3 years ago
playlists.rs Add rate limits to commands 3 years ago
queue.rs Add rate limits to commands 3 years ago
save_playlist.rs Add rate limits to commands 3 years ago
shuffle.rs Add rate limits to commands 3 years ago
skip.rs Add rate limits to commands 3 years ago