mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-04 16:37:19 +00:00
Use the channel with Welcome new user message as birthday message channel
This commit is contained in:
parent
7ef36732c3
commit
8fab315cc6
@ -139,7 +139,7 @@ namespace DeukBot4.Database
|
|||||||
eb.Description = $"It's <@!{guildUser.Id}>'s {age}th birthday!! Have a good one!";
|
eb.Description = $"It's <@!{guildUser.Id}>'s {age}th birthday!! Have a good one!";
|
||||||
eb.ThumbnailUrl = guildUser.GetAvatarUrl();
|
eb.ThumbnailUrl = guildUser.GetAvatarUrl();
|
||||||
|
|
||||||
guild.DefaultChannel.SendMessageAsync("", embed: eb.Build());
|
guild.SystemChannel.SendMessageAsync("", embed: eb.Build());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user