Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: discord not capital case #114

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ export default function Privacy() {
</p>
<ul>
<li>
- Your discord user id, avatar and custom questions uploaded to our
- Your Discord user id, avatar and custom questions uploaded to our
marketplace by the user.
</li>
<li>- Questions you liked or shared on our marketplace.</li>
<li>
- Data about your discord server including your server id, avatar,
- Data about your Discord server including your server id, avatar,
settings, webhook urls, custom uploaded messages and
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion app/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function Terms() {
2. Premium Subscription
</h3>
<p>
The Would You discord Bot offers a premium subscription model
The Would You Discord Bot offers a premium subscription model
(&quot;Premium Model&quot;) 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
Expand Down
2 changes: 1 addition & 1 deletion components/Homepage/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function HomeContent({
Entertain your server
</h4>
<p className="text-center text-lg text-foreground/70 md:text-left">
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!
</p>
Expand Down
2 changes: 1 addition & 1 deletion components/Homepage/SchemaMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion components/Premium/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Premium() {
Premium
</h1>
<p className="text-customGrayText mb-6 mt-4 text-foreground/70">
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.
</p>
<div className="mx-auto my-4 max-w-2xl text-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The previous record for the most viewed video on YouTube in 24 hours was held by

## Discords Reply

Discord has accidentally created a working YouTube viewing bot and broken several world records. This is a great example of how a small mistake can have a big impact and create a discord viewbot april. Discord has already responded to this with an ["oops" tweet](https://twitter.com/discord/status/1775225927842369611) on Twitter.
Discord has accidentally created a working YouTube viewing bot and broken several world records. This is a great example of how a small mistake can have a big impact and create a Discord viewbot april. Discord has already responded to this with an ["oops" tweet](https://twitter.com/discord/status/1775225927842369611) on Twitter.

<blockquote class="twitter-tweet"><p lang="en" dir="ltr">oops</p>&mdash; Discord (@discord) <a href="https://twitter.com/discord/status/1775225927842369611?ref_src=twsrc%5Etfw">April 2, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Expand Down
6 changes: 3 additions & 3 deletions posts/how-to-make-your-discord-server-more-fun.mdx
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion posts/how-to-restrict-a-discord-bot-to-one-channel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down