Skip to main content

$setMyShortDescription

This function sets the bot's short description for a specific language.

Parameters

ParameterDescription
descriptionThe short description text to be set for the bot.
language_codeAn optional language code for which the description is applicable.

Example

<AoiClient>.addCommand({
name: "setShortDescription",
code: `
$setMyShortDescription[A bot for various tasks;en]
`,
});