Skip to main content
Module

x/oasis/mod.ts>editBotNickname

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

Edit the nickname of the bot in this guild

Parameters

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