@@ -80,29 +80,23 @@ enabling your bot to lay out messages with a lot of text into neat fields.
8080 <DiscordMessage author = " Guide Bot" avatar = " red" bot >
8181 <DiscordEmbed embedTitle = " Pycord Guide" url = " https://guide.pycord.dev" authorIcon = " /img/logo.png" authorName = " Pycord Team" authorUrl = " https://github.com/Pycord-Development/guide" thumbnail = " /img/logo.png" borderColor = " #5865F2" timestamp = " 01/09/2021" footerIcon = " /img/logo.png" image = " /img/banner-v3.png" >
8282 The Pycord Guide is a detailed guide that explains how to use Pycord and all of its features.
83-
8483 <DiscordEmbedFields slot = " fields" >
8584 <DiscordEmbedField fieldTitle = " Getting Started" >
8685 The <a href = " /category/getting-started" >Getting Started section</a > explains how you can get a brand new bot created and running from scratch.
8786 </DiscordEmbedField >
88-
8987 <DiscordEmbedField fieldTitle = " Interactions" inline = " true" >
9088 <a href = " /interactions" >Interactions</a > with Pycord
9189 </DiscordEmbedField >
92-
9390 <DiscordEmbedField fieldTitle = " Extensions" inline = " true" >
9491 Pycord's various <a href = " /category/extensions" >Extensions</a >
9592 </DiscordEmbedField >
96-
9793 <DiscordEmbedField fieldTitle = " Popular Topics" inline = " true" >
9894 <a href = " /category/popular-topics" >Other Popular Topics</a >
9995 </DiscordEmbedField >
100-
10196 <DiscordEmbedField fieldTitle = " And More!" >
10297 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 <a href = " https://github.com/Pycord-Development/guide" >GitHub</a >.
10398 </DiscordEmbedField >
10499 </DiscordEmbedFields >
105-
106100 <span slot = " footer" >Created with 💖 by the Pycord Team & Contributors</span >
107101 </DiscordEmbed >
108102 </DiscordMessage >
@@ -145,22 +139,17 @@ bot.run("TOKEN")
145139 <div slot = " interactions" >
146140 <DiscordInteraction author = " Guide Man" avatar = " green" command >hello</DiscordInteraction >
147141 </div >
148-
149142 Hello! Here's a cool embed.
150-
151143 <DiscordEmbed embedTitle = " My Amazing Embed" authorIcon = " /img/logo.png" authorName = " Pycord Team" authorUrl = " https://github.com/Pycord-Development/guide" thumbnail = " /img/logo.png" borderColor = " #5865F2" footerIcon = " /img/logo.png" image = " /img/banner-v3.png" >
152144 Embeds are super easy, barely an inconvenience.
153-
154145 <DiscordEmbedFields slot = " fields" >
155146 <DiscordEmbedField fieldTitle = " A Normal Field" >
156147 A really nice field with some information. <strong >The description as well as the fields support markdown!</strong >
157148 </DiscordEmbedField >
158-
159149 <DiscordEmbedField fieldTitle = " Inline Field 1" inline = " true" >Inline Field 1</DiscordEmbedField >
160150 <DiscordEmbedField fieldTitle = " Inline Field 2" inline = " true" >Inline Field 2</DiscordEmbedField >
161151 <DiscordEmbedField fieldTitle = " Inline Field 3" inline = " true" >Inline Field 3</DiscordEmbedField >
162152 </DiscordEmbedFields >
163-
164153 <span slot = " footer" >Footer! No markdown here.</span >
165154 </DiscordEmbed >
166155 </DiscordMessage >
@@ -343,31 +332,26 @@ and keep in mind that embed title and filed names will always show in **bold**.
343332 <td >No</td >
344333 <td >No</td >
345334 </tr >
346-
347335 <tr >
348336 <td >Embed Title</td >
349337 <td >Yes</td >
350338 <td >No</td >
351339 </tr >
352-
353340 <tr >
354341 <td >Embed Description</td >
355342 <td >Yes</td >
356343 <td >Yes</td >
357344 </tr >
358-
359345 <tr >
360346 <td >Field Name</td >
361347 <td >Yes</td >
362348 <td >No</td >
363349 </tr >
364-
365350 <tr >
366351 <td >Field Value</td >
367352 <td >Yes</td >
368353 <td >Yes</td >
369354 </tr >
370-
371355 <tr >
372356 <td >Embed Footer</td >
373357 <td >No</td >
0 commit comments