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,
|
prefix,
|
||||||
token,
|
token,
|
||||||
} = require('./config.json');
|
} = require('./config.json');
|
||||||
const { basename } = require('path');
|
|
||||||
|
|
||||||
client.commands = new Discord.Collection();
|
client.commands = new Discord.Collection();
|
||||||
|
|
||||||
|
@ -57,7 +56,6 @@ client.on('message', async message => {
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
message.channel.send('There was an error trying to execute that command!');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue