We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd222ff commit c10ba1cCopy full SHA for c10ba1c
README.md
@@ -48,7 +48,7 @@ This section will guide you through initializing a client and loading commands f
48
### Client Initialization
49
We will write the following for a basic bot initialization, in a `index.js` file:
50
```js
51
-const { ForgeClient } = require("forgescript")
+const { ForgeClient } = require("@tryforge/forgescript")
52
53
const client = new ForgeClient({
54
intents: [
0 commit comments