From 5e39ea8985a6fcb308f1969a431ccd112fe34a93 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 26 Dec 2021 19:38:36 +0500 Subject: [PATCH] debug --- commands/General/github.js | 1 + 1 file changed, 1 insertion(+) 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()