24 lines
514 B
C#
24 lines
514 B
C#
using Discord.Commands;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace NadekoBot.DataStructures
|
|
{
|
|
//public class SyncPrecondition : PreconditionAttribute
|
|
//{
|
|
// public override Task<PreconditionResult> CheckPermissions(ICommandContext context,
|
|
// CommandInfo command,
|
|
// IServiceProvider services)
|
|
// {
|
|
|
|
// }
|
|
//}
|
|
//public enum SyncType
|
|
//{
|
|
// Guild
|
|
//}
|
|
}
|