mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): custom status
This commit is contained in:
parent
601d266063
commit
32a6e97342
2 changed files with 8 additions and 4 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue