summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-10-06 21:07:29 -0700
committerFuwn <[email protected]>2021-10-06 21:07:29 -0700
commit55327a3ce7afff8e9d5420b53bdcbe58c5783b7a (patch)
tree85a47b40229d0d0495740b5f023944cc82547f53 /package.json
downloadbot-55327a3ce7afff8e9d5420b53bdcbe58c5783b7a.tar.xz
bot-55327a3ce7afff8e9d5420b53bdcbe58c5783b7a.zip
feat: discord.js rewrite
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6cb9198
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "bot",
+ "version": "0.1.0",
+ "main": "bot.js",
+ "repository": "https://github.com/yuckyaiming/bot",
+ "author": "Fuwn",
+ "license": "All rights reserved",
+ "private": true,
+ "dependencies": {
+ "@discordjs/rest": "^0.1.0-canary.0",
+ "discord-api-types": "^0.23.1",
+ "discord.js": "^13.2.0"
+ }
+}