|
@@ -1,7 +1,7 @@ |
|
|
using System; |
|
|
using System; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
|
namespace Discord.Commands.Attributes.Preconditions |
|
|
|
|
|
|
|
|
namespace Discord.Commands |
|
|
{ |
|
|
{ |
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)] |
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)] |
|
|
public class RequirePermission : PreconditionAttribute |
|
|
public class RequirePermission : PreconditionAttribute |
|
|