Skip to content

Commit

Permalink
fix: force a paged collector for baro
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored May 20, 2022
1 parent 3f68478 commit d606d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/warframe/Worldstate.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default class WorldState extends Interaction {
tembed.fields = fieldGroup;
return tembed;
});
return interaction.editReply({ embeds: pages });
return Collectors.paged(interaction, pages, ctx);
case 'news':
category = category === 'news' ? undefined : category;
case 'conclaveChallenges':
Expand Down

0 comments on commit d606d0e

Please sign in to comment.