-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update for latest framework and pieces #513
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
@sapphiredev pack |
Hey @favna, I've released this to NPM. You can install it for testing like so: npm install @sapphire/plugin-api@pr-513
npm install @sapphire/plugin-editable-commands@pr-513
npm install @sapphire/plugin-hmr@pr-513
npm install @sapphire/plugin-i18next@pr-513
npm install @sapphire/plugin-logger@pr-513
npm install @sapphire/plugin-pattern-commands@pr-513
npm install @sapphire/plugin-scheduled-tasks@pr-513
npm install @sapphire/plugin-subcommands@pr-513
npm install @sapphire/plugin-utilities-store@pr-513 |
…n case register isn't used
… case register isn't used
…case register isn't used
… register isn't used
97f3b7c
to
f0e9a18
Compare
@sapphiredev pack |
Hey @favna, I've released this to NPM. You can install it for testing like so: npm install @sapphire/plugin-api@pr-513
npm install @sapphire/plugin-editable-commands@pr-513
npm install @sapphire/plugin-hmr@pr-513
npm install @sapphire/plugin-i18next@pr-513
npm install @sapphire/plugin-logger@pr-513
npm install @sapphire/plugin-pattern-commands@pr-513
npm install @sapphire/plugin-scheduled-tasks@pr-513
npm install @sapphire/plugin-subcommands@pr-513
npm install @sapphire/plugin-utilities-store@pr-513 |
…clean `.d.ts` file
@sapphiredev pack |
Hey @favna, I've released this to NPM. You can install it for testing like so: npm install @sapphire/plugin-api@pr-513
npm install @sapphire/plugin-editable-commands@pr-513
npm install @sapphire/plugin-hmr@pr-513
npm install @sapphire/plugin-i18next@pr-513
npm install @sapphire/plugin-logger@pr-513
npm install @sapphire/plugin-pattern-commands@pr-513
npm install @sapphire/plugin-scheduled-tasks@pr-513
npm install @sapphire/plugin-subcommands@pr-513
npm install @sapphire/plugin-utilities-store@pr-513 |
@@ -1,6 +1,8 @@ | |||
import './index'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't needed
Important
Rebase & Merge