mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-06-19 00:04:04 +03:00
4 lines
98 B
C#
4 lines
98 B
C#
namespace DHT.Server;
|
|
|
|
public sealed record SessionSettings(int ServerPort, string ServerToken);
|