DiscordClient/DiscordDelete/DeleteOptions.cs

12 lines
242 B
C#
Raw Normal View History

2024-06-16 00:01:19 +02:00
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 { }
}