Fix netload example failing

This commit is contained in:
SileNce5k 2022-06-12 18:55:46 +02:00
parent 2e8ce2a142
commit d115ba214b
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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;