What is hata

Hata is an async Discord API wrapper written in Python named after Hata no Kokoro running on top of scarletio.

Features

  • Asynchronous using async / await syntax
  • Feature rich API
  • Object oriented design
  • Automatic sharding

Multiple simultaneous clients

Hata can run multiple clients from the same instance without sacrificing performance

Performant

Fast concurrent code using async/await syntax, cache control and PyPy support for maximal performance.

Newest API features

New Discord features are cool, but people using them are cooler. Whenever Discord releases a new feature Hata will support it natively in no time!

100% Python

Completely relies on Python! Easy to read, easy to understand, easy to code.

Getting started