Files
nadekobot/src/NadekoBot/Modules/Utility/Quote/IQuoteService.cs

6 lines
146 B
C#

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