Added SendMessageToRaidUsers
Message is sent, if furure Raid is deleted
This commit is contained in:
parent
ed7a1905fd
commit
e9b353527f
5 changed files with 32 additions and 23 deletions
|
@ -70,7 +70,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
{
|
||||
DiscordServerId = reminder.DiscordServerId,
|
||||
DiscordChannelId = reminder.DiscordChannelId,
|
||||
ReminderTime = reminder.ReminderTime,
|
||||
ReminderTimeUTC = reminder.ReminderTimeUTC,
|
||||
Message = reminder.Message,
|
||||
Sent = reminder.Sent,
|
||||
Type = reminder.Type,
|
||||
|
@ -82,7 +82,6 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
this.DiscordRaidMessages.Add(new DiscordRaidMessage()
|
||||
{
|
||||
RaidId = message.RaidId,
|
||||
DiscordMessageId = message.DiscordMessageId,
|
||||
DiscordChannelId = message.DiscordChannelId,
|
||||
DiscordGuildId = message.DiscordGuildId
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue