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 4 months ago

CtrlK

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
  • Introduction: Installation and importation

  • Setup your bot on discord: Getting your bot token and invite link

  • Examples: Get familiarize with Dispy

  • Contribute

    • Adding an API function: Learn how to add any missing functions to Dispy

  • Versions (Changelogs)

    • 0.1.1

    • 0.1.0.7

    • 0.1.0.6

  • Roadmap: See the progression of Dispy

  • Support: Know if your project can be made using Dispy

  • 0.1.0.5
    0.1.0
    0.0.1