aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/loading-message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/loading-message.ts b/src/utils/loading-message.ts
index 95c7a2f..f0f91c9 100644
--- a/src/utils/loading-message.ts
+++ b/src/utils/loading-message.ts
@@ -43,7 +43,7 @@ export default class {
if (reactionToRemove) {
// eslint-disable-next-line no-await-in-loop
- await reactionToRemove.remove();
+ await reactionToRemove.users.remove(this.msg.client.user!.id);
} else {
isRemoving = false;
}