diff --git a/commands/misc/netload.js b/commands/misc/netload.js index 275bbe9..48a1472 100644 --- a/commands/misc/netload.js +++ b/commands/misc/netload.js @@ -31,7 +31,7 @@ module.exports = { } if (args[0] == "example") { - let example = fs.readFileSync("../.example") + let example = fs.readFileSync('commands/.example') message.channel.send(`\`\`\`js\n${example}\n\`\`\``) return;