dlxedd_client module#
- class dlxedd_client.DLXEDD_Client(user: str, password: str)[source]#
Bases:
WP_Client
This class extends WP_Client and provides methods to use the dlxedd(discord-linker x easy-digital-downloads) api.
- cart_add(discord_id: str, product_id: str)[source]#
Add a product to the cart.
- Args:
discord_id (str): The ID of the discord account. product_id (str): The ID of the product to add.