forked from EllieBotDevs/elliebot
7 lines
No EOL
149 B
C#
7 lines
No EOL
149 B
C#
namespace EllieBot.Marmalade;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class bot_owner_onlyAttribute : MarmaladePermAttribute
|
|
{
|
|
|
|
} |