django-discord-bot

Framework for creating Discord bots using Django

  • Uses ASGI for high efficiency and modern features
  • Allows using a single daemon for both HTTP and Discord, making for easy deployment
  • Integrates into Django’s model, allowing for highly modular applications

prior art

ASGI Messages

  • -> discord.disconnect: Connection is closed
  • -> discord.*: Discord DISPATCH events are dynamically mapped to message types
    Of interest is discord.ready, which is sent after authentication has happened

GitHub

View Github