Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/packages/deps.ts>editBotNickname

An object oriented Discordeno framework
Latest
function editBotNickname
import { editBotNickname } from "https://deno.land/x/oasis@2.1.0/packages/deps.ts";

Edit the nickname of the bot in this guild

Parameters

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