This repository has been archived on 2024-12-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elliebot/src/Ellie.Marmalade/Attributes/bot_owner_onlyAttribute.cs

7 lines
149 B
C#
Raw Normal View History

2024-05-12 23:43:23 +12:00
namespace EllieBot.Marmalade;
2024-03-23 18:42:46 +13:00
[AttributeUsage(AttributeTargets.Method)]
public sealed class bot_owner_onlyAttribute : MarmaladePermAttribute
{
}