Merge branch 'v4' into v5

This commit is contained in:
Kwoth
2023-01-21 00:33:54 +01:00
5 changed files with 47 additions and 1 deletions

View File

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