1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-04-06 10:56:37 +05:00
This commit is contained in:
JonnyBro 2021-12-26 19:38:36 +05:00
parent ccfb861489
commit 5e39ea8985

View file

@ -24,6 +24,7 @@ class Github extends Command {
Authorization: data.config.githubToken Authorization: data.config.githubToken
} }
}); });
console.log(res)
const json = await res.json(); const json = await res.json();
const embed = new Discord.MessageEmbed() const embed = new Discord.MessageEmbed()