Forgot parens
This commit is contained in:
parent
a4d59c0c53
commit
79ba8c03f5
2
index.js
2
index.js
@ -33,7 +33,7 @@ client.login(process.env.TOKEN)
|
|||||||
.catch(err => {
|
.catch(err => {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
console.log('Token: ' + process.env.TOKEN)
|
console.log('Token: ' + process.env.TOKEN)
|
||||||
};
|
});
|
||||||
|
|
||||||
client.on('message', message => {
|
client.on('message', message => {
|
||||||
// Get the filename and extension as an array
|
// Get the filename and extension as an array
|
||||||
|
Loading…
Reference in New Issue
Block a user