mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fix: lil bit of cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user