diff --git a/src/EllieBot/Modules/Utility/Giveaway/GiveawayService.cs b/src/EllieBot/Modules/Utility/Giveaway/GiveawayService.cs index 0c2f14e..7f7b065 100644 --- a/src/EllieBot/Modules/Utility/Giveaway/GiveawayService.cs +++ b/src/EllieBot/Modules/Utility/Giveaway/GiveawayService.cs @@ -341,6 +341,9 @@ public sealed class GiveawayService : IEService, IReadyExecutor try { await msg.ModifyAsync(x => x.Embed = eb.Build()); + + if (winner is not null) + await _sender.Response(ch).Message(msg).Text($"🎉 <{winner.UserId}>").SendAsync(); } catch {