6 lines
No EOL
145 B
C#
6 lines
No EOL
145 B
C#
namespace EllieBot.Modules.Utility;
|
|
|
|
public interface IQuoteService
|
|
{
|
|
Task<int> DeleteAllAuthorQuotesAsync(ulong guildId, ulong userId);
|
|
} |