Standard Responses#

This module provides basic responses.

class RandomChoice(**data)[source]#

Bases: BaseResponse

Return a random message from responses.

responses: List[Union[Message, dict[dict], str[str]]]#

A list of messages to choose from.

classmethod validate_responses(responses)[source]#
async call(ctx)[source]#

Implement this to create a custom function.

Return type:

Union[Message, dict, str]