Files
nadekobot/src/Nadeko.Medusa/Attributes/bot_owner_onlyAttribute.cs
2024-04-27 22:45:14 +00:00

7 lines
148 B
C#

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