mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-11 15:55:43 +02:00
Update box.js
This commit is contained in:
@@ -30,6 +30,8 @@ module.exports = {
|
||||
|
||||
const msg = await message.reply({ embeds: [embed], allowedMentions: { repliedUser: false } })
|
||||
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
|
||||
const result = Math.floor(Math.random() * 30);
|
||||
let gain = '';
|
||||
let emoji = '';
|
||||
|
||||
Reference in New Issue
Block a user