function editBotProfileimport { editBotProfile } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; editBotProfile(bot: Bot, options: { username?: string; botAvatarURL?: string | null; }): Promise<User>Modifies the bot's username or avatar. NOTE: username: if changed may cause the bot's discriminator to be randomized. Parametersbot: Botoptions: { username?: string; botAvatarURL?: string | null; }ReturnsPromise<User>