commit c8391f5de6eff97564fb042de2a9501d02786845 parent fedb82ac027791a51a752f59dd4fa0a31dcb83cc Author: underd0g1 <hide4@comcast.net> Date: Mon, 28 Sep 2020 22:47:46 -0400 Merge branch 'master' of l0bster.ru:/var/www/git/buddy Diffstat:
M | lib/tools.js | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/lib/tools.js b/lib/tools.js @@ -40,4 +40,11 @@ const time = function(){ } } +const timer = async(arguements, message) =>{ + const length = arguements[0]; + setTimeout(length); + + +} + module.exports = {time, multiply, help}