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