Skip to content

Commit

Permalink
Merge pull request #2 from Mimickal/update-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimickal authored Dec 3, 2021
2 parents e73fae7 + 186575b commit cd541fb
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 597 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ downloads these dependencies for you, and you interact with them through this
library.
- Node 16.6.0 (or above)
- [discord.js 13.1.0](https://discord.js.org/#/docs/main/13.1.0/general/welcome)
- [@discordjs/builders 0.6.0](https://www.npmjs.com/package/@discordjs/builders)
- [discord.js 13.x](https://discord.js.org/#/docs/main/13.3.1/general/welcome)
- [@discordjs/builders](https://www.npmjs.com/package/@discordjs/builders)
- [@discordjs/rest 0.1.0-canary.0](https://www.npmjs.com/package/@discordjs/rest)
- [discord-api-types v9](https://www.npmjs.com/package/discord-api-types)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class SlashCommandRegistry {

if (!(builder instanceof SlashCommandBuilder)) {
throw new Error(
`input did not resolve to a ${SlashCommandBuilder.name}. Got ${builder}`
`input did not resolve to a SlashCommandBuilder. Got ${builder}`
);
}

Expand Down
Loading

0 comments on commit cd541fb

Please sign in to comment.