API Reference

The following section outlines the API and usage of DCActivity module.


DCActivity

class dcactivity.DCActivity(bot=Union[Client, AutoShardedClient, Bot, AutoShardedBot])

Attributes

Represents DCActivity Connection class.
This class is used to interact with Discord API to create Voice Channel Invite Links to use Discord's Beta Voice Channel Activities features.

property applications

Returns a raw dict of Supported Applications with their IDs.

Type

dict

DCApplication

class dcactivity.DCApplication()

Available Voice Channel Target Application's IDs.

betrayal

Returns the Application ID for betrayal (Betrayal.io) Application.

Type

int

chess

Returns the Application ID for chess (CG 2 DEV) Application.

Type

int

fishing

Returns the Application ID for fishing (Fishington.io) Application.

Type

int

poker

Returns the Application ID for poker (Poker Night) Application.

Type

int

youtube

Returns the Application ID for youtube (YouTube Together) Application.

Type

int