forgot something

Commando
Loic Bersier 6 years ago
parent b3aec869f2
commit 57ab7f07e6

@ -75,8 +75,8 @@ client.registry
});
client.on("message", async (message) => {
var customresponse = new SelfReloadJSON(`./tag/${message.guild.id}.json`);
var autoresponse = new SelfReloadJSON('./json/autoresponse.json');
var customresponse = new SelfReloadJSON(`DisocrdBot/tag/${message.guild.id}.json`);
var autoresponse = new SelfReloadJSON('DiscordBot/json/autoresponse.json');
let message_content = message.content.toLowerCase();
if (message.author.bot) return; {

Loading…
Cancel
Save