diff --git a/01-discordjs/deploy-commands.js b/01-discordjs/deploy-commands.js index b8f472b..4872353 100644 --- a/01-discordjs/deploy-commands.js +++ b/01-discordjs/deploy-commands.js @@ -21,7 +21,7 @@ for (const file of commandFiles) { } } -// Construct and prepare an insance of the REST module +// Construct and prepare an instance of the REST module const rest = new REST().setToken(process.env.TOKEN); // and deploy your commands!