i forgot this
This commit is contained in:
parent
c17c35ab8d
commit
738aa9d5ea
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class MessageListener extends Listener {
|
||||||
message.react("496028845967802378")
|
message.react("496028845967802378")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let customresponse = reload(`./tag/${message.guild.id}.json`);
|
let customresponse = reload(`../tag/${message.guild.id}.json`);
|
||||||
// User autoresponse
|
// User autoresponse
|
||||||
if(customresponse[message_content]) {
|
if(customresponse[message_content]) {
|
||||||
message.channel.send(customresponse[message_content])
|
message.channel.send(customresponse[message_content])
|
||||||
|
|
Loading…
Reference in a new issue