feat: watchlist commands
This commit is contained in:
parent
56af787e57
commit
b56a71e105
4 changed files with 167 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue