From cc997cb962391b11fad1f0479247375fcb0fe7a0 Mon Sep 17 00:00:00 2001 From: Mestima Date: Wed, 14 Apr 2021 19:59:51 +0300 Subject: [PATCH] todo comment --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 6a5ae0a..768c971 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ const initCheckout = (bot) => { }); }; -const doCheckout = (bot, guild) => { +const doCheckout = (bot, guild) => { // will do it better later const goods = cfg.goods; const data = cfg.data; for (var k in goods) { @@ -63,4 +63,4 @@ const checkStock = (ch, role, good, name, url, delimiter, elm, text) => { ch.send(`${role} is available in store ${name}! Follow the link to buy it: ${url}`); } }); -}; \ No newline at end of file +};