DiscordClient/DiscordDelete/DeleteOptions.cs

12 lines
242 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CommandLine;
namespace DiscordDelete
{
[Verb("delete", HelpText = "Delete all saved messages.")]
public class DeleteOptions { }
}