mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-03 04:52:04 -04:00
Added lastactive command to get the last time BossmanJack did something observed by the bot
This commit is contained in:
@@ -24,4 +24,17 @@ public class PartiChannelModel
|
||||
public required int ForumId { get; set; }
|
||||
public bool AutoCapture { get; set; } = false;
|
||||
public required string SocialMedia { get; set; }
|
||||
}
|
||||
|
||||
public class LastSightingModel
|
||||
{
|
||||
/// <summary>
|
||||
/// When Bossman was last seen
|
||||
/// </summary>
|
||||
public required DateTimeOffset When { get; set; }
|
||||
/// <summary>
|
||||
/// Where he was last seen. Message is formatted like "Bossman last seen 30 minutes ago {activity}
|
||||
/// Suggestions: "going offline on Discord", "talking in Discord", "betting on Shuffle.us"
|
||||
/// </summary>
|
||||
public required string Activity { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user