fixed deleting users
This commit is contained in:
parent
2246624917
commit
300ab2370f
10 changed files with 815 additions and 14 deletions
|
@ -50,7 +50,7 @@ namespace Lieb.Data
|
|||
.FirstOrDefault(r => r.RaidId == raidId, new Raid());
|
||||
}
|
||||
|
||||
public async Task AddOrEditRaid(Raid raid, List<RaidRole> rolesToDelete, List<RaidReminder> remindersToDelete, List<DiscordRaidMessage> messagesToDelete, ulong changedBy)
|
||||
public async Task AddOrEditRaid(Raid raid, List<RaidRole> rolesToDelete, List<RaidReminder> remindersToDelete, List<DiscordRaidMessage> messagesToDelete, ulong? changedBy)
|
||||
{
|
||||
if (raid != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue