mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-12 23:07:13 +03:00
6 lines
101 B
C#
6 lines
101 B
C#
namespace DHT.Server.Data {
|
|
public readonly struct Embed {
|
|
public string Json { get; init; }
|
|
}
|
|
}
|