Update app.js comment with proper file extension (#12)

Commands are defined in `commands.js`, not  `commands.json`.
This commit is contained in:
Caleb Rogers
2022-09-22 01:01:29 +08:00
committed by GitHub
parent 07afa70d2b
commit 976cf99e58

2
app.js
View File

@@ -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,