Fix netload example failing
This commit is contained in:
parent
2e8ce2a142
commit
d115ba214b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue