diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index af339261a..cfc4c29c1 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -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 },