removed a line that I don't remember typing
This commit is contained in:
parent
d4f32f80d7
commit
d7cde39553
1 changed files with 0 additions and 2 deletions
|
@ -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!');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue