Migrate to v9
🚀 Why Upgrade?
⚠️ Breaking Changes
- import * as app from "#app"; + import * as all from "#all"; - import { Foo } from "#app"; + import { Foo } from "#core/foo";- import path from "path"; + import path from "node:path";- import { EmbedBuilder } from "#app"; + import { EmbedBuilder } from "discord.js";- import { Foo } from "./foo.js"; + import { Foo } from "./foo";- import { ResponseCache } from "#database"; + import { ResponseCache } from "@ghom/orm";
🛠 Migration Steps
1. Install the latest CLI
2. Remove the ESBuild package
3. Install required packages
4. Download the required files
5. Run the update script
6. Clean up old files
7. Configure the engine
8. Adapt Your Custom Files
🚨 Deprecated Versions
Last updated