New command stickernamestypes
Lists sticker names with their types and optionally filters by type
This commit is contained in:
@@ -190,6 +190,7 @@ static constexpr struct command commands[] = {
|
||||
{ "sticker", PERMISSION_ADMIN, 3, -1, handle_sticker },
|
||||
{ "stickernames", PERMISSION_ADMIN, 0, 0, handle_sticker_names },
|
||||
{ "stickertypes", PERMISSION_ADMIN, 0, 0, handle_sticker_types },
|
||||
{ "stickernamestypes", PERMISSION_ADMIN, 0, 1, handle_sticker_names_types },
|
||||
#endif
|
||||
{ "stop", PERMISSION_PLAYER, 0, 0, handle_stop },
|
||||
{ "subscribe", PERMISSION_READ, 1, 1, handle_subscribe },
|
||||
|
||||
Reference in New Issue
Block a user