change: prettier code

This commit is contained in:
Skillz4Killz
2021-11-10 20:35:03 +00:00
committed by GitHub Action
parent 0f91120769
commit 370d62be04
15 changed files with 43 additions and 65 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
import type { Bot } from "../../bot.ts";
/** Edit the nickname of the bot in this guild */
export async function editBotNickname(
bot: Bot,
guildId: bigint,
options: { nick: string | null; reason?: string }
) {
export async function editBotNickname(bot: Bot, guildId: bigint, options: { nick: string | null; reason?: string }) {
const response = await bot.rest.runMethod<{ nick: string }>(
bot.rest,
"patch",