diff --git a/website/content/carbon/getting-started/nextjs.mdx b/website/content/carbon/getting-started/nextjs.mdx index beab969e8..0656ca492 100644 --- a/website/content/carbon/getting-started/nextjs.mdx +++ b/website/content/carbon/getting-started/nextjs.mdx @@ -104,7 +104,7 @@ export function GET() { ``` -And that's it! You now have a basic Carbon bot running on Cloudflare Workers. +And that's it! You now have a basic Carbon bot running on Next.js. If you want to add more commands, just create more classes in the `commands` folder, and add them to the client in the `route.ts` file. @@ -121,6 +121,6 @@ Now you'll need to setup your bot on the [Discord Developer Portal](https://disc icon={} href="/" title="Example Project" - description="See a full example project for Carbon on Cloudflare Workers." + description="See a full example project for Carbon on Next.js." />