todo comment
This commit is contained in:
parent
56d71a3d99
commit
cc997cb962
4
index.js
4
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 goods = cfg.goods;
|
||||||
const data = cfg.data;
|
const data = cfg.data;
|
||||||
for (var k in goods) {
|
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}`);
|
ch.send(`${role} is available in store ${name}! Follow the link to buy it: ${url}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user