FunctionsMisc$setMyNameOn this page$setMyName This function sets the bot's name for a specific language. Parameters ParameterDescriptionnameThe name to be set for the bot.language_codeAn optional language code for which the name is applicable. Example <AoiClient>.addCommand({ name: "setName", code: ` $setMyName[MyBot;en] `,});