Added bot_owner_only attribute to medusa system. Upped version to 4..3.11

This commit is contained in:
Kwoth
2023-01-21 00:33:07 +01:00
parent 76fedc5ff1
commit 699a5e0c8c
5 changed files with 44 additions and 144 deletions

View File

@@ -0,0 +1,7 @@
namespace Nadeko.Snake;
[AttributeUsage(AttributeTargets.Method)]
public sealed class bot_owner_onlyAttribute : MedusaPermAttribute
{
}