diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx index 8a0e8415..d9db0f99 100644 --- a/app/privacy/page.tsx +++ b/app/privacy/page.tsx @@ -132,12 +132,12 @@ export default function Privacy() {
- The Would You discord Bot offers a premium subscription model + The Would You Discord Bot offers a premium subscription model ("Premium Model") that provides additional features and benefits. By subscribing to the Premium Model, you agree to pay the specified subscription fee on a recurring basis using the payment diff --git a/components/Homepage/Content.tsx b/components/Homepage/Content.tsx index 7089ee8e..2ca034d7 100644 --- a/components/Homepage/Content.tsx +++ b/components/Homepage/Content.tsx @@ -166,7 +166,7 @@ export function HomeContent({ Entertain your server
- Entertain your discord server with fun and interactive games + Entertain your Discord server with fun and interactive games like Would You Rather, Truth or Dare, Never Have I Ever, Higher or Lower, and What Would You Do!
diff --git a/components/Homepage/SchemaMetadata.tsx b/components/Homepage/SchemaMetadata.tsx index 94b06b62..e05e752f 100644 --- a/components/Homepage/SchemaMetadata.tsx +++ b/components/Homepage/SchemaMetadata.tsx @@ -21,7 +21,7 @@ export async function HomeSchemaMetadata() { }, { "@type": "Question", - "name": "How do I invite the would you rather discord bot?", + "name": "How do I invite the would you rather Discord bot?", "acceptedAnswer": { "@type": "Answer", "text": "To invite the Would You Discord bot, visit their website at https://wouldyoubot.gg/ and click on the 'unleash the fun' button. This will take you to Discord, where you will be prompted to invite the bot." diff --git a/components/Premium/Content.tsx b/components/Premium/Content.tsx index 9974ed03..11901380 100644 --- a/components/Premium/Content.tsx +++ b/components/Premium/Content.tsx @@ -134,7 +134,7 @@ export default function Premium() { Premium- Select the plan that suits your needs and benefit from our discord + Select the plan that suits your needs and benefit from our Discord bot.
diff --git a/posts/how-to-make-your-discord-server-more-fun.mdx b/posts/how-to-make-your-discord-server-more-fun.mdx index 866987b8..ce1530c7 100644 --- a/posts/how-to-make-your-discord-server-more-fun.mdx +++ b/posts/how-to-make-your-discord-server-more-fun.mdx @@ -1,6 +1,6 @@ --- -title: How to make your discord server more fun -description: Learn how to make your discord server more funny. Boost server activity and engage your community. +title: How to make your Discord server more fun +description: Learn how to make your Discord server more funny. Boost server activity and engage your community. date: January 7th, 2024 seoDate: "2024-1-07" thumbnail: @@ -14,7 +14,7 @@ toc: ["Fun With Would You", "Minigames", "1. Truth or Dare", "2. Higher or Lower --- ## Fun With Would You -Has your Discord server been feeling a bit too quiet lately? Join us as we take a look at all Would You the best fun discord bot has to offer! Let's turn up the excitement together! 🚀🎮 +Has your Discord server been feeling a bit too quiet lately? Join us as we take a look at all Would You the best fun Discord bot has to offer! Let's turn up the excitement together! 🚀🎮 Would You is a fun Discord bot that offers a variety of minigames to help boost activity and engage your community. With a simple setup and easy-to-use commands, Would You is the perfect addition to any server looking to enhance interaction and entertainment. Let's dive into the different minigames offered by Would You and explore how they can help make your Discord server more fun! diff --git a/posts/how-to-restrict-a-discord-bot-to-one-channel.mdx b/posts/how-to-restrict-a-discord-bot-to-one-channel.mdx index d06d8935..5f94c786 100644 --- a/posts/how-to-restrict-a-discord-bot-to-one-channel.mdx +++ b/posts/how-to-restrict-a-discord-bot-to-one-channel.mdx @@ -15,7 +15,7 @@ toc: [1. Navigate to the 'Integrations' tab in your server settings, 2. Click 'M ## How to Restrict A Discord Bot to One Channel, A Step-by-Step Guide -In 2021, Discord introducted a new feature called [slash commands](https://discord.com/blog/slash-commands-are-here). Before that commands were text based in public channels using a prefix (aka a word or symbol before the actual command. Many bots, for example **mee6**, used !help as a prefix, which made it difficult for users when multiple bots used the same prefix). With slash commands, you can now use commands in any channel, even in DMs. This is great for bot developers, but not so great for server owners and discord mods. +In 2021, Discord introducted a new feature called [slash commands](https://discord.com/blog/slash-commands-are-here). Before that commands were text based in public channels using a prefix (aka a word or symbol before the actual command. Many bots, for example **mee6**, used !help as a prefix, which made it difficult for users when multiple bots used the same prefix). With slash commands, you can now use commands in any channel, even in DMs. This is great for bot developers, but not so great for server owners and Discord mods. Before the introduction of slash commands, restricting the text commands to a specific channel required denying the 'View Channel' permission to bots across all channels except the intended one. Slash commands are not affected by this permission, so you can't restrict a bot to one channel by denying the 'View Channel' permission anymore. So no you may ask how do I restrict bots to certain channels? Well we got the solution for you!oops
— Discord (@discord) April 2, 2024