aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/loading-message.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/loading-message.ts b/src/utils/loading-message.ts
index 115aff2..a5a2fa1 100644
--- a/src/utils/loading-message.ts
+++ b/src/utils/loading-message.ts
@@ -1,4 +1,4 @@
-import {TextChannel, Message} from 'discord.js';
+import {TextChannel, Message, MessageReaction} from 'discord.js';
import delay from 'delay';
const INITAL_DELAY = 500;
@@ -20,7 +20,7 @@ export default class {
const icons = ['🐮', '🐴', '🐄'];
- const reactions = [];
+ const reactions: MessageReaction[] = [];
let i = 0;
let isRemoving = false;