Removed delreply beacause its useless since there is the say command

This commit is contained in:
Loic Bersier 2018-09-23 15:03:46 +02:00
parent 2a564caafd
commit 873b2266ed
2 changed files with 0 additions and 8 deletions

View file

@ -68,11 +68,6 @@ client.registry
client.on("message", async (message) => {
let message_content = message.content.toLowerCase();
// Delete the messages that triggered it and send a messages
// if(delresponseObject[message_content]) {
// message.delete();
// message.channel.send(delresponseObject[message_content]);
// } else
// React to the message and send an auto response with it
if (message.author.bot) return; {
// Reply with images as attachement

View file

@ -1,3 +0,0 @@
{
"test": "tteesstt"
}