1
0
Fork 0
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:
ChomeNS 2022-10-16 08:31:04 +07:00
parent 29e7adebe8
commit 54d3e0d2a6

View file

@ -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',