Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.21 KB

BetterStatcord.py Code Quality PYPI Version PYPI Weekly Downloads

A better Statcord API library for Python + Discord.py (and maybe its forks)

Advantages

  • It's blazin fast: The official library is full of inefficient, slow, and unnecessary code which does nothing except slow your bot down.
  • Cleaner and smaller codebase: BetterStatcord.py is smaller and cleaner, making it much more reliable and understandable.
  • Easier to use: For its basic functionality, all you need is one line of code to set it up!
  • More accurate: This library has more accurate statistics than the official one.
  • Supports clustering: This library has a special class for clustered bots, which supports the clustered API stats endpoint.
  • Supports Discord.py forks: The main library does not...
  • Supports Disnake + Pycord slash commands: Supports slash commands for both of these forks.

Examples