diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-29 23:16:28 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-29 23:16:28 -0400 |
| commit | b5b9bdf17acc1902b3f046c90a8bc564a33657e8 (patch) | |
| tree | eb2c3b146184a76be3c1e7031142176911c245dd /package.json | |
| parent | 3eb7265dcc09b9d16fddf09308a1b1cc8406e0eb (diff) | |
| download | AstralQuote-ATC-b5b9bdf17acc1902b3f046c90a8bc564a33657e8.tar.gz AstralQuote-ATC-b5b9bdf17acc1902b3f046c90a8bc564a33657e8.tar.bz2 AstralQuote-ATC-b5b9bdf17acc1902b3f046c90a8bc564a33657e8.zip | |
Replacing console.log with log and added moment
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 3e9e936..f431f18 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Wanna quote something in AstralPhaser Central? Well, this bot powers it!", "main": "bot.js", "dependencies": { - "discord.js": "^11.2.1" + "discord.js": "^11.2.1", + "moment": "^2.19.1" }, "devDependencies": {}, "scripts": { |
