namespace NadekoBot.Modules.Utility; public interface IQuoteService { Task DeleteAllAuthorQuotesAsync(ulong guildId, ulong userId); }