diff --git a/packages/website/src/pages/_document.tsx b/packages/website/src/pages/_document.tsx index 92e91958873b..bc5736543aa7 100644 --- a/packages/website/src/pages/_document.tsx +++ b/packages/website/src/pages/_document.tsx @@ -22,10 +22,16 @@ export default class _Document extends Document { + + +
diff --git a/packages/website/src/pages/index.tsx b/packages/website/src/pages/index.tsx index cd4ffa41c016..6c5db55b6498 100644 --- a/packages/website/src/pages/index.tsx +++ b/packages/website/src/pages/index.tsx @@ -70,7 +70,7 @@ export default function IndexRoute() { 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 + 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.