Welcome to guilded.py

guilded.py is an easy to use, asynchronous API wrapper for Guilded’s user and bot APIs, based heavily on the design of discord.py to make migrating as easy as possible. Much of this documentation paraphrases or includes content directly from discord.py’s own documentation.

Features:

  • Modern Pythonic API using async/await syntax

  • 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.

  • Implements 100% of the Guilded API

  • Command extension to aid with bot creation

  • Easy to use with an object oriented design

  • Based on the design of discord.py for ease of transferring

Getting Started

These pages provide some help to new users of the library.

Support

If you’re having trouble with something, these resources might help.

Extensions

Reference Pages

News

Visit the #updates blog feed on the Guilded API server.