New command stickernamestypes

Lists sticker names with their types and optionally filters by type
This commit is contained in:
jcorporation
2024-08-30 20:10:08 +02:00
parent a3a07280e8
commit 26c4211cd4
7 changed files with 102 additions and 2 deletions

View File

@@ -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 },