Skip to main content
Module

x/natico/mod.ts>editBotNickname

A powerful and customizable framework for Discordeno
Latest
function editBotNickname
import { editBotNickname } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Edit the nickname of the bot in this guild

Parameters

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