Standard Responses
This module provides basic responses.
-
class RandomChoice(*responses)[source]
Bases: BaseResponse
Return a random message from responses
.
-
responses:
List
[Message
]
A list of messages to choose from.
-
async call(ctx)[source]
Implement this to create a custom function.
- Return type:
Union
[Message
, dict
, str
]