Fix order of commands
This commit is contained in:
parent
449f8af7d0
commit
51e0fefda7
|
@ -190,8 +190,8 @@ static constexpr struct command commands[] = {
|
|||
#ifdef ENABLE_SQLITE
|
||||
{ "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 },
|
||||
{ "stickertypes", PERMISSION_ADMIN, 0, 0, handle_sticker_types },
|
||||
#endif
|
||||
{ "stop", PERMISSION_PLAYER, 0, 0, handle_stop },
|
||||
{ "subscribe", PERMISSION_READ, 1, 1, handle_subscribe },
|
||||
|
|
Loading…
Reference in New Issue