Use the channel with Welcome new user message as birthday message channel

This commit is contained in:
Deukhoofd 2018-10-11 11:41:02 +02:00
parent 7ef36732c3
commit 8fab315cc6
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ namespace DeukBot4.Database
eb.Description = $"It's <@!{guildUser.Id}>'s {age}th birthday!! Have a good one!";
eb.ThumbnailUrl = guildUser.GetAvatarUrl();
guild.DefaultChannel.SendMessageAsync("", embed: eb.Build());
guild.SystemChannel.SendMessageAsync("", embed: eb.Build());
}
}
}