from dubious import discord

The dubious.discord module contains the dataclasses for the Discord API’s objects.

  • disc is made to deal with transforming Discord objects to and from json.

  • api defines the structures of all of the objects that Discord will send in Interactions.

  • req defines the structures of all of the objects that Discord accepts/sends back from http requests to its API.

Contents