feat(dashboard): working ignored channels page
This commit is contained in:
parent
1c43beb82f
commit
bccf7caf34
13 changed files with 304 additions and 8 deletions
|
|
@ -128,6 +128,7 @@ public class GuildMemberRemoveResponder(
|
|||
finally
|
||||
{
|
||||
await memberCache.RemoveAsync(evt.GuildID, evt.User.ID);
|
||||
await memberCache.TryRemoveMemberNameAsync(evt.GuildID, evt.User.Username);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue