1
0
mirror of https://gitlab.com/Deukhoofd/DeukBot4.git synced 2025-10-27 08:50:04 +00:00

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

This commit is contained in:
2018-10-11 11:41:02 +02:00
parent 7ef36732c3
commit 8fab315cc6

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());
}
}
}