Dispy Documentation
  • Documentation
    • Getting started
      • Installation
      • Create a bot
    • Examples
  • Informations
    • Contribute
      • Adding an API function
    • Changelogs
      • 0.1.1
      • 0.1.0.7
      • 0.1.0.6
      • 0.1.0.5
      • 0.1.0
      • 0.0.1
    • Roadmap
    • Support
Powered by GitBook
On this page
  1. Documentation

Getting started

Last updated 28 days ago


Dispy is a Python library that simplifies Discord bot development by handling all the complexities of asynchronous programming and API interactions. Unlike discord.py and discord.js, Dispy allows users to write straightforward Python code without worrying about intents, event loops, or async functions. The library runs everything asynchronously in the background, ensuring high performance without requiring the developer to manage any of it.

Dispy lets bot developers focus on their ideas and the structure of their bots instead of getting lost in the complexities of learning a library. It simplifies the development process, making it easier to bring creative concepts to life without the usual hassle.

Summary


  • Getting Started

    • : Installation and importation

    • : Getting your bot token and invite link

    • : Get familiarize with Dispy

  • Contribute

    • : Learn how to add any missing functions to Dispy

  • Versions ()

  • : See the progression of Dispy

  • : Know if your project can be made using Dispy

Introduction
Setup your bot on discord
Examples
Adding an API function
Changelogs
0.1.1
0.1.0.7
0.1.0.6
0.1.0.5
0.1.0
0.0.1
Roadmap
Support