feat: role delete logging, used invite logging, also some random changes
This commit is contained in:
parent
4f54077c68
commit
c906a4d6b6
18 changed files with 386 additions and 76 deletions
|
|
@ -5,6 +5,6 @@ namespace Catalogger.Backend.Cache;
|
|||
|
||||
public interface IInviteCache
|
||||
{
|
||||
public Task<IEnumerable<IInvite>> TryGetAsync(Snowflake guildId);
|
||||
public Task SetAsync(Snowflake guildId, IEnumerable<IInvite> invites);
|
||||
public Task<IEnumerable<IInviteWithMetadata>> TryGetAsync(Snowflake guildId);
|
||||
public Task SetAsync(Snowflake guildId, IEnumerable<IInviteWithMetadata> invites);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue