elliebot/src/EllieBot/Modules/Administration/DangerousCommands/_common/KeepReport.cs

7 lines
No EOL
198 B
C#

namespace EllieBot.Modules.Administration.DangerousCommands;
public sealed class KeepReport
{
public required int ShardId { get; init; }
public required ulong[] GuildIds { get; init; }
}