feat: store system UUIDs of banned users per guild
This commit is contained in:
parent
5ac607fd0a
commit
5f24a6aa88
9 changed files with 121 additions and 18 deletions
|
|
@ -76,7 +76,12 @@ public class GuildBanAddResponder(
|
|||
evt.GuildID
|
||||
);
|
||||
|
||||
await guildRepository.BanSystemAsync(evt.GuildID, pkSystem.Id, pkSystem.Uuid);
|
||||
await guildRepository.BanSystemAsync(
|
||||
evt.GuildID,
|
||||
evt.User.ID,
|
||||
pkSystem.Id,
|
||||
pkSystem.Uuid
|
||||
);
|
||||
}
|
||||
|
||||
embed.AddField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue