Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/plugins/helpers/deps.ts>editBotProfile

Discord API library for Node and Deno
Latest
function editBotProfile
import { editBotProfile } from "https://deno.land/x/discordeno_patched@18.0.3/plugins/helpers/deps.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>