tests: add tests

This commit is contained in:
Stevan Freeborn
2025-05-09 18:28:40 -05:00
parent 4bfe705fb6
commit c16e8754db
12 changed files with 133 additions and 26 deletions
@@ -4,5 +4,5 @@ internal sealed class DiscordClientOptions
{
public string ApiUrl { get; init; } = string.Empty;
public string AppToken { get; init; } = string.Empty;
public int Intents { get; init; }
public long Intents { get; init; }
}