7 lines
No EOL
198 B
C#
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; }
|
|
} |