Skip to content

Footnotes

Doc Footnotes

This section details footnotes that appear throughout the source code. Footnotes are introduced to ScurryPy to make inconsistencies with Discord's docs known.

Footnotes are always formatted as:

    my_field: type
    """My description. [`MY_FOOTNOTE`][`ANOTHER_NOTE`]"""

Footnote Types

INT_LIMIT

Discord sends some numbers as strings due to JSON integer precision limits. But this is not a limit of Python, so these fields will be marked int, and therefore, converted to integers.