forked from Supositware/Haha-Yes
Removed delreply beacause its useless since there is the say command
This commit is contained in:
parent
2a564caafd
commit
873b2266ed
2 changed files with 0 additions and 8 deletions
5
index.js
5
index.js
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"test": "tteesstt"
|
||||
}
|
Loading…
Reference in a new issue