mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-27 08:23:03 +00:00
@@ -1,12 +1,8 @@
|
||||
using System;
|
||||
namespace DiscordChatExporter.Cli.Commands.Shared;
|
||||
|
||||
namespace DiscordChatExporter.Cli.Commands.Shared;
|
||||
|
||||
[Flags]
|
||||
public enum ThreadInclusion
|
||||
{
|
||||
None = 0,
|
||||
Active = 1,
|
||||
Archived = 2,
|
||||
All = Active | Archived
|
||||
None,
|
||||
Active,
|
||||
All
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user