Skip to main content
Module

x/natico/mod.ts>editBotProfile

A powerful and customizable framework for Discordeno
Latest
function editBotProfile
import { editBotProfile } from "https://deno.land/x/natico@4.0.0-pre.4/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; }