Files
nadekobot/src/Nadeko.Medusa/Attributes/bot_owner_onlyAttribute.cs

7 lines
144 B
C#

namespace Nadeko.Snake;
[AttributeUsage(AttributeTargets.Method)]
public sealed class bot_owner_onlyAttribute : MedusaPermAttribute
{
}