removed a line that I don't remember typing

This commit is contained in:
SileNce5k 2021-02-16 02:22:54 +01:00
parent d4f32f80d7
commit d7cde39553
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -5,7 +5,6 @@ const {
prefix,
token,
} = require('./config.json');
const { basename } = require('path');
client.commands = new Discord.Collection();
@ -57,7 +56,6 @@ client.on('message', async message => {
}
} catch (error) {
console.error(error);
message.channel.send('There was an error trying to execute that command!');
}
});