Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
update .gitignore, and update nodejs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Sep 17, 2022
1 parent 037bf76 commit d1e9607
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 51 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.so
*.dylib
/botway
/bin/botway

# Test binary, built with `go test -c`
*.test
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
],
"dependencies": {
"global": "^4.4.0",
"node-fetch": "^3.2.4",
"node-fetch": "^3.2.10",
"node-stream-zip": "^1.15.0",
"stream": "^0.0.2"
},
"packageManager": "pnpm@7.9.0",
"devDependencies": {
"turbo": "^1.4.3"
"turbo": "^1.4.7"
}
}
2 changes: 1 addition & 1 deletion packages/botway.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pnpm add botway.js
const { GetToken, GetAppId, GetGuildId } = require("botway.js");
const { Client, Intents } = require("discord.js");

const rest = new REST({ version: "9" }).setToken(GetToken());
const rest = new REST({ version: "10" }).setToken(GetToken());

rest
// how to get the id of my server? the answer in this discussion https://github.com/abdfnx/botway/discussions/4#discussioncomment-2653737
Expand Down
2 changes: 1 addition & 1 deletion packages/botway.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botway.js",
"version": "0.0.5",
"version": "0.0.6",
"description": "Nodejs client for botway.",
"author": "@abdfnx",
"homepage": "https://github.com/abdfnx/botway",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1e9607

Please sign in to comment.