mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
debug
This commit is contained in:
parent
ccfb861489
commit
5e39ea8985
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue