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
trivernis c6b80f8abd
Add sticky option to menus
Menus can now be created as sticky menus. When new messages appear
in the channel, the sticky message will be resent to be the latest
one in the channel. It only get's recreated every ten seconds max
to avoid getting ratelimited.
To work with recreatable menus, the message handle returned by
the menu is now wrapped into an Arc<RwLock<>>.

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
..
minecraft Add rate limits to commands 3 years ago
misc Add rate limits to commands 3 years ago
music Add sticky option to menus 3 years ago
settings Add rate limits to commands 3 years ago
common.rs Bump version and cleanup code 3 years ago
mod.rs Add sauce command 3 years ago