todo comment

This commit is contained in:
2021-04-14 19:59:51 +03:00
committed by GitHub
parent 56d71a3d99
commit cc997cb962

View File

@ -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) {