diff --git a/docs/extensions/commands/help-command.mdx b/docs/extensions/commands/help-command.mdx index ba303b19..9f55c0ce 100644 --- a/docs/extensions/commands/help-command.mdx +++ b/docs/extensions/commands/help-command.mdx @@ -81,23 +81,15 @@ There are two types of built-in help commands: No Category: -
-
!help Shows this message -
- !ping
-
- Type !help command for more info on a command. -
- You can also type !help category for more info on a category.
@@ -122,24 +114,13 @@ There are two types of built-in help commands: - Use !help \[command] for more info on a command. - + Use !help [command] for more info on a command.
- - You can also use !help \[category] for more info on a category. - + You can also use !help [category] for more info on a category.
-
- - - {" "} - - No Category{" "} - - + No Category
- help ping
@@ -184,25 +165,14 @@ Finally, we set this as our new help command using `bot.help_command = MyNewHelp - Use !help \[command] for more info on a command. - + Use !help [command] for more info on a command.
- - You can also use !help \[category] for more info on a + You can also use !help [category] for more info on a category. -
-
- - - {" "} - - No Category{" "} - - + No Category
- help ping
diff --git a/docs/extensions/commands/prefixed-commands.mdx b/docs/extensions/commands/prefixed-commands.mdx index 137c7927..1ac1a62f 100644 --- a/docs/extensions/commands/prefixed-commands.mdx +++ b/docs/extensions/commands/prefixed-commands.mdx @@ -119,59 +119,40 @@ various advantages, such as: !ping - Pong! - !announce Hello Hello World! - Hello -
- Hello World!
- !pycord - Unknown command. - !help - No Category: -
-
!help Shows this message -
- !ping -
- !announce
-
- Type !help command for more info on a command. -
- You can also type !help category for more info on a category.
@@ -226,35 +207,24 @@ bot.run("token") # Run the bot with your token. !ping - Pong! - !help - No Category: -
-
!help Shows this message -
- !ping
-
- Type !help command for more info on a command. -
- You can also type !help category for more info on a category.
@@ -314,24 +284,17 @@ Greetings!" Greetings to you all!`. !echo #general Holiday Greetings! Greetings to you all! - Holiday -
- Greetings! Greetings to you all!
- !echo #general "Holiday Greetings!" Greetings to you all! - Holiday Greetings! -
- Greetings to you all!
diff --git a/docs/getting-started/creating-your-first-bot.mdx b/docs/getting-started/creating-your-first-bot.mdx index 950e8551..2693c9d5 100644 --- a/docs/getting-started/creating-your-first-bot.mdx +++ b/docs/getting-started/creating-your-first-bot.mdx @@ -148,7 +148,6 @@ bot.run(os.getenv('TOKEN')) # run the bot with the token hello - Hey! diff --git a/docs/getting-started/more-features.mdx b/docs/getting-started/more-features.mdx index 7dee43bb..6708fec4 100644 --- a/docs/getting-started/more-features.mdx +++ b/docs/getting-started/more-features.mdx @@ -80,29 +80,23 @@ enabling your bot to lay out messages with a lot of text into neat fields. The Pycord Guide is a detailed guide that explains how to use Pycord and all of its features. - The Getting Started section explains how you can get a brand new bot created and running from scratch. - Interactions with Pycord - Pycord's various Extensions - Other Popular Topics - We have so much more! Just explore, and you will find everything you need. If you want another page added, open an issue on the GitHub. - Created with 💖 by the Pycord Team & Contributors @@ -145,22 +139,17 @@ bot.run("TOKEN")
hello
- Hello! Here's a cool embed. - Embeds are super easy, barely an inconvenience. - A really nice field with some information. The description as well as the fields support markdown! - Inline Field 1 Inline Field 2 Inline Field 3 - Footer! No markdown here. @@ -343,31 +332,26 @@ and keep in mind that embed title and filed names will always show in **bold**. No No - Embed Title Yes No - Embed Description Yes Yes - Field Name Yes No - Field Value Yes Yes - Embed Footer No