$awaitFunc
Used to initiate an awaited command.
Syntax
$awaitFunc[name;(user ID;channel ID)]
Parameters
name(Type: String || Flag: Required): The name used inside$awaitedCommand[]and$awaitedCommandError[]callbacks.user ID(Type: Snowflake || Flag: Vacantable): The user the awaited command will trigger for. Uses command author, ifuser IDis not given.channel ID(Type: Snowflake || Flag: Optional): The channel where the command will be awaited. Uses current channel, ifchannel IDis not given.
Example
$nomention
What do you want me to say?
$awaitFunc[say]

For more info, see the Awaited Commands Guide.