fix: lil bit of cleanup

This commit is contained in:
Skillz4Killz
2022-03-21 08:07:02 +00:00
committed by GitHub
parent 67d8064be3
commit 1ea7c466b6
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import type { Bot } from "../../bot.ts";
export function avatarURL(
bot: Bot,
userId: bigint,
discriminator: number,
discriminator: string,
options?: {
avatar: bigint | undefined;
size?: ImageSize;