diff options
| author | Alee <alee14498@gmail.com> | 2018-04-22 15:09:16 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-22 15:09:16 -0400 |
| commit | f7970f3a9cc94600309ff48d1a920040672899a5 (patch) | |
| tree | 99e1be14a7cbd83ac7e6be693b53e1c5791f2c8c /commands/addquote.js | |
| parent | 6d23c51eb64ce44269fc59c5289880b2d5c30396 (diff) | |
| download | AleeBot-2.9.0.tar.gz AleeBot-2.9.0.tar.bz2 AleeBot-2.9.0.zip | |
2.9 releasev2.9.0
Diffstat (limited to 'commands/addquote.js')
| -rw-r--r-- | commands/addquote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/addquote.js b/commands/addquote.js index a957c59..fe42333 100644 --- a/commands/addquote.js +++ b/commands/addquote.js @@ -28,7 +28,7 @@ module.exports.run = async (client, message, args) => { if(!args[0]) return message.reply(`Usage: ab:addquote [author] [authorImage] [quote] [year]`) let quotes = JSON.parse(fs.readFileSync("./storage/quotes.json", "utf8")); - + quotes = { author: args[0], authorImage: args[1], |
