diff --git a/app.js b/app.js index 3b52716..5dd9398 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ app.post('/interactions', async function (req, res) { app.listen(PORT, () => { console.log('Listening on port', PORT); - // Check if guild commands from commands.json are installed (if not, install them) + // Check if guild commands from commands.js are installed (if not, install them) HasGuildCommands(process.env.APP_ID, process.env.GUILD_ID, [ TEST_COMMAND, CHALLENGE_COMMAND,