diff --git a/apps/website/src/app/page.tsx b/apps/website/src/app/page.tsx index 2f34c406e..3924b226a 100644 --- a/apps/website/src/app/page.tsx +++ b/apps/website/src/app/page.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; import Link from 'next/link'; import vercelLogo from '~/assets/powered-by-vercel.svg'; import { SyntaxHighlighter } from '~/components/SyntaxHighlighter'; -import { CODE_EXAMPLE } from '~/util/constants'; +import { DESCRIPTION, CODE_EXAMPLE } from '~/util/constants'; export default function Page() { return ( @@ -14,11 +14,7 @@ export default function Page() { The most popular way to build Discord
bots. -

- discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It - takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code - significantly tidier and easier to comprehend. -

+

{DESCRIPTION}