Forgot parens

This commit is contained in:
= 2021-07-09 18:07:42 -04:00
parent a4d59c0c53
commit 79ba8c03f5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ client.login(process.env.TOKEN)
.catch(err => {
console.error(err);
console.log('Token: ' + process.env.TOKEN)
};
});
client.on('message', message => {
// Get the filename and extension as an array