Add fallback avatar and guild icons #41

Merged
twig merged 18 commits from fallback-server-icons into main 2025-07-16 02:51:53 +00:00
Showing only changes of commit f4ddcf9d8d - Show all commits

View file

@ -3,7 +3,7 @@ import type { MessageResponse, UserResponse } from "./interfaces";
export interface MessageProps {
class?: string,
img?: string | null,
author?: UserResponse
author: UserResponse
text: string,
timestamp: number,
format: "12" | "24",