Skip to main content
Latest
function editBotNickname
import { editBotNickname } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Edit the nickname of the bot in this guild

Parameters

bot: Bot
guildId: bigint
options: { nick: string | null; reason?: string; }