diff --git a/commands/react/message.ts b/commands/react/message.ts index f30ae12..ff86e3d 100644 --- a/commands/react/message.ts +++ b/commands/react/message.ts @@ -105,7 +105,10 @@ export class MessageSubCommand extends SlashSubCommand { prop: 'category', }); - const roles = await GET_REACT_ROLES_BY_CATEGORY_ID(category.id); + const roles = await GET_REACT_ROLES_BY_CATEGORY_ID( + category.id, + category.displayOrder + ); if (!roles.length) { return interaction.editReply(