1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-22 05:42:49 +02:00
Discord-History-Tracker/app/Server/Data/Embed.cs

6 lines
105 B
C#

namespace DHT.Server.Data;
public readonly struct Embed {
public string Json { get; internal init; }
}