Skip to main content
Module

x/oasis/mod.ts>editBotProfile

An object oriented Discordeno framework
Latest
function editBotProfile
import { editBotProfile } from "https://deno.land/x/oasis@2.1.0/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; }