AarushOS / DisBotPy

A completely different approach to Discord API Wrapper libs in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisBotPy

Logo for DisBotPy

Discord Server

DESCRIPTION COMING SOON

Features

DisBotPy currently supports:

  • Modern async/await syntax
  • Proper handling of Discord's REST API and Gateway
  • REST API Ratelimiting

If you want to see what DisBotPy is planning to support, check out the project board for v1.0 in the Projects tab.

Installing

First off, before installing DisBotPy, you should know that it is VERY EXPERIMENTAL right now and issues are prone to happen.

DisBotPy is not in PyPi right now, so you'll have to manually install from the repository.

Make sure you have git installed before doing this.

Run this command in a terminal:

# For Unix systems
python3 -m pip install git+https://github.com/EmreTech/DisBotPy

If you're using Windows, then you'll have to search up how to do this.

Licensing

DisBotPy is licensed under the MIT License. Please read the LICENSE file for more details.

Authors

If you use a portion of DisBotPy's code in your own code, please credit the following authors:

  • EmreTech 2022-present (Made most of the code)
  • Rapptz 2015-2021 (Portions of http.py are from his discord.py library)

About

A completely different approach to Discord API Wrapper libs in Python.

License:MIT License


Languages

Language:Python 100.0%