mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
6 lines
146 B
C#
6 lines
146 B
C#
namespace NadekoBot.Modules.Utility;
|
|
|
|
public interface IQuoteService
|
|
{
|
|
Task<int> DeleteAllAuthorQuotesAsync(ulong guildId, ulong userId);
|
|
} |