namespace NadekoBot.Common.Attributes; [AttributeUsage(AttributeTargets.Method)] public sealed class NadekoOptionsAttribute : Attribute where TOption: INadekoCommandOptions { }