Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hata to Community Resources #3732

Closed
wants to merge 1 commit into from
Closed

Add hata to Community Resources #3732

wants to merge 1 commit into from

Conversation

HuyaneMatsu
Copy link
Contributor

This PR adds Hata to community resources.

Hata is an async Discord API wrapper written in Python.

The library tries to do things differently than other Python wrappers - its main feature is supporting multiple clients with shared cache between them.

It also aims to be fully PyPy compatible for the best performance, and it supports the newest features natively like slash commands, components and context commands.

It properly handles ratelimits, for which the code can be found here:
https://github.com/HuyaneMatsu/hata/blob/master/hata/discord/http/rate_limit.py#L477-L668
https://github.com/HuyaneMatsu/hata/blob/master/hata/discord/http/http_client.py#L243-L301

We also have a long-running Discord support server and technical documentation hosted on https://www.astil.dev/project/hata/docs/hata

@davfsa
Copy link
Contributor

davfsa commented Sep 8, 2021

@HuyaneMatsu sorry for the ping, just wanted to let you know that your pr has conflicts 😄

@devsnek devsnek closed this Sep 8, 2021
@discord discord locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants