From 2ca482ac6fe438c898672c090d5d67159e301fbc Mon Sep 17 00:00:00 2001 From: Asleep <122379135+Asleep123@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:36:24 -0500 Subject: [PATCH] fix: typo in next.js guide (#86) --- website/content/carbon/getting-started/nextjs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." />