mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
parent
bd1d026d72
commit
4bce011b0c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue