From 821c9b169e986afe2a9ba7e0f8be6959d97aaefd Mon Sep 17 00:00:00 2001 From: fearandesire Date: Wed, 13 Nov 2024 16:31:07 -0500 Subject: [PATCH] refactor: restore embed to update --- src/commands/predictions/prediction-leaderboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/predictions/prediction-leaderboard.ts b/src/commands/predictions/prediction-leaderboard.ts index 84a71271..f4507299 100644 --- a/src/commands/predictions/prediction-leaderboard.ts +++ b/src/commands/predictions/prediction-leaderboard.ts @@ -445,7 +445,7 @@ export class UserCommand extends Command { totalPages, ); - await i.editReply({ embeds: [newEmbed], components: newComponents }); + await i.update({ embeds: [newEmbed], components: newComponents }); }); collector.on('end', async () => {