Skip to main content
Module

x/wackford/discordeno.ts>editBotProfile

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function editBotProfile
import { editBotProfile } from "https://deno.land/x/wackford@v0.0.1/discordeno.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>