Skip to main content

$setMyDescription

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

Parameters

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

Example

<AoiClient>.addCommand({
name: "setDescription",
code: `
$setMyDescription[This is my bot;en]
`,
});