Module

x/discordeno/mod.ts>editBotProfile

Discord API library for Deno
Latest
function editBotProfile
import { editBotProfile } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";

Modifies the bot's username or avatar. NOTE: username: if changed may cause the bot's discriminator to be randomized.

Parameters

bot: Bot
options: { username?: string; botAvatarURL?: string | null; }

Returns

Promise<User>