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
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
..
commands Change menu pages to be wrapped in page type 3 years ago
messages Change menu pages to be wrapped in page type 3 years ago
providers Add sticky option to menus 3 years ago
utils Add controls to now playing message and fix sticky menu 3 years ago
client.rs Add rate limits to commands 3 years ago
handler.rs Implement custom embed menu in subcrate 3 years ago
main.rs Change now playing to update automatically 3 years ago