mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -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);
|
|
} |