Fix "unexpected end of input" on startup (8ball)
This commit is contained in:
parent
ea73dcbeba
commit
9080311b4c
|
@ -36,4 +36,6 @@ module.exports = {
|
|||
}
|
||||
]
|
||||
};
|
||||
message.channel.send({ embed });
|
||||
message.channel.send({ embed });
|
||||
}
|
||||
}
|
Reference in New Issue