summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-10-06 21:23:02 -0700
committerGitHub <[email protected]>2021-10-06 21:23:02 -0700
commitc1f8d80a7e9e0764d96b390150a3776b4885cf53 (patch)
tree1b07901103448283305f85bcba4977a610b0354b
parentfeat: discord.js rewrite (diff)
downloadbot-c1f8d80a7e9e0764d96b390150a3776b4885cf53.tar.xz
bot-c1f8d80a7e9e0764d96b390150a3776b4885cf53.zip
fix(heroku): add timer
-rw-r--r--package.json3
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"
}
}