feat: watchlist commands

This commit is contained in:
sam 2024-10-28 16:25:42 +01:00
parent 56af787e57
commit b56a71e105
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 167 additions and 2 deletions

View file

@ -156,7 +156,7 @@ public class GuildMemberAddResponder(
);
}
var watchlist = await watchlistRepository.GetWatchlistEntryAsync(member.GuildID, user.ID);
var watchlist = await watchlistRepository.GetEntryAsync(member.GuildID, user.ID);
if (watchlist != null)
{
var moderator = await userCache.GetUserAsync(