The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix message date/time hydration error

Luna 13a0e8f4 8293d34d

+2 -2
+2 -2
components/discord/message.tsx
··· 91 91 } 92 92 <time 93 93 className="mt-[2px] text-xs opacity-50 truncate" 94 - dateTime={new Date().toISOString()} 94 + dateTime={new Date(1019060317).toISOString()} 95 95 > 96 - {formatTime(new Date())} 96 + {formatTime(new Date(1019060317))} 97 97 </time> 98 98 </div> 99 99