forked from wmantly/mc-bot-town
art round 1
This commit is contained in:
6
nodejs/utils/index.js
Normal file
6
nodejs/utils/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
|
||||
module.exports = {
|
||||
sleep: (ms)=> new Promise((resolve) => setTimeout(resolve, ms)),
|
||||
};
|
Reference in New Issue
Block a user