diff options
| author | Fuwn <[email protected]> | 2021-10-06 21:23:02 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-06 21:23:02 -0700 |
| commit | c1f8d80a7e9e0764d96b390150a3776b4885cf53 (patch) | |
| tree | 1b07901103448283305f85bcba4977a610b0354b /package.json | |
| parent | feat: discord.js rewrite (diff) | |
| download | bot-c1f8d80a7e9e0764d96b390150a3776b4885cf53.tar.xz bot-c1f8d80a7e9e0764d96b390150a3776b4885cf53.zip | |
fix(heroku): add timer
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 6cb9198..456a0c5 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "dependencies": { "@discordjs/rest": "^0.1.0-canary.0", "discord-api-types": "^0.23.1", - "discord.js": "^13.2.0" + "discord.js": "^13.2.0", + "@promises/timer": "^0.5.0" } } |