Skip to content

Commit

Permalink
More concise rate limiting bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
shayypy committed Feb 14, 2024
1 parent 90de0bb commit 4faa42e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,6 @@ pre {
height: 0px;
}


/* strikethrough */

.strike {
text-decoration: line-through
}


/* admonitions (notes, warnings, ...) */

.admonition-title {
Expand Down
5 changes: 1 addition & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. role:: strike
:class: strike

Welcome to guilded.py
======================

Expand All @@ -17,7 +14,7 @@ directly from discord.py's own documentation.
**Features:**

- Modern Pythonic API using ``async``\/``await`` syntax
- :strike:`Sane rate limit handling that prevents 429s` Guilded does not return rate limit headers outside of a Retry-After on 429 responses, so in this event, that header is used.
- :gdocs:`Compliant rate limit backoff <http_rate_limits>`
- Implements 100% of the Guilded API
- Command extension to aid with bot creation
- Easy to use with an object oriented design
Expand Down

0 comments on commit 4faa42e

Please sign in to comment.