diff --git a/commands/General/github.js b/commands/General/github.js index 9ddb645d..029181a1 100644 --- a/commands/General/github.js +++ b/commands/General/github.js @@ -24,6 +24,7 @@ class Github extends Command { Authorization: data.config.githubToken } }); + console.log(res) const json = await res.json(); const embed = new Discord.MessageEmbed()