mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
7 lines
190 B
C#
7 lines
190 B
C#
namespace NadekoBot.Common.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class NadekoOptionsAttribute<TOption> : Attribute
|
|
where TOption: INadekoCommandOptions
|
|
{
|
|
} |