feat(bot): custom status

This commit is contained in:
alyssa 2024-09-13 12:48:23 +09:00
parent 601d266063
commit 32a6e97342
2 changed files with 8 additions and 4 deletions

View file

@ -3,6 +3,7 @@ namespace Myriad.Types;
public record Activity
{
public string Name { get; init; }
public string State { get; init; }
public ActivityType Type { get; init; }
public string? Url { get; init; }
}