mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-05-07 18:01:03 +03:00
6 lines
109 B
C#
6 lines
109 B
C#
namespace DHT.Server.Service {
|
|
readonly struct ServerParameters {
|
|
public string Token { get; init; }
|
|
}
|
|
}
|