Skip to content

Commit

Permalink
Fix order of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Oct 26, 2024
1 parent 449f8af commit 51e0fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/AllCommands.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 51e0fef

Please sign in to comment.