mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-04-24 04:53:39 -04:00
use sleep-promise
This commit is contained in:
parent
29e7adebe8
commit
54d3e0d2a6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable max-len */
|
||||
const sleep = (t) => new Promise((a) => setTimeout(a, t));
|
||||
const sleep = require('sleep-promise');
|
||||
const {MessageEmbed} = require('discord.js');
|
||||
module.exports = {
|
||||
name: 'list',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue