Skip to content

Commit d445921

Browse files
committed
fix table formatting in 3 files
1 parent c21c1b6 commit d445921

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/interactions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ that Message Components lie in. Views can have up to 5 [`Action Rows`](https://d
188188
and Action Rows can have a maximum of 5 slots. Below, you can find a table showing how many slots a Message Interaction takes up.
189189

190190
| Component | Slots |
191-
| ------------ | ---------------------------- |
191+
|--------------|------------------------------|
192192
| Buttons | 1 Slot |
193193
| Select Menus | 5 Slots |
194194
| Text Modals | 1 Slot (opened via a Button) |

docs/interactions/ui-components/buttons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ about making your button do amazing things, while Pycord handles the rest!
9494
<!-- Button Styles is explained before the other sections because the user should know about disabled buttons, button colours, and so on to be able to understand timeouts -->
9595

9696
| Name | Usage | Color |
97-
| --------- | ----------------------------------------------------------------------------------------- | ------- |
97+
|-----------|-------------------------------------------------------------------------------------------|---------|
9898
| Primary | `discord.ButtonStyle.primary` / `discord.ButtonStyle.blurple` | Blurple |
9999
| Secondary | `discord.ButtonStyle.secondary` / `discord.ButtonStyle.grey` / `discord.ButtonStyle.gray` | Grey |
100100
| Success | `discord.ButtonStyle.success` / `discord.ButtonStyle.green` | Green |

docs/more/community-resources.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This page showcases the amazing things created by the Pycord community, includin
77
## Plugins
88

99
| Name | Type | GitHub |
10-
| --------------- | ------------ | --------------------------------------------------------------- |
10+
|-----------------|--------------|-----------------------------------------------------------------|
1111
| Music Cord | Music | [NixonXC/cord-music](https://github.com/NixonXC/cord-music) |
1212
| pycord-i18n | Localization | [Dorukyum-pycord-i18n](https://github.com/Dorukyum/pycord-i18n) |
1313
| pycord-multicog | Cogs | [pycord-multicog](https://github.com/Dorukyum/pycord-multicog) |
1414

1515
## Bots
1616

1717
| Name | Type | Link |
18-
| ------------------------ | ------------ | ----------------------------------------------------------------------------------- |
18+
|--------------------------|--------------|-------------------------------------------------------------------------------------|
1919
| Discord-Multipurpose-Bot | Multipurpose | [github](https://github.com/pogrammar/Discord-multipurpose-bot/tree/master/Python) |
2020
| _GZ_ Global | Chatting | [website](https://www.gzglobal.eu/) |
2121
| inconnu | Fun & QOL | [github](https://github.com/tiltowait/inconnu) |

0 commit comments

Comments
 (0)