mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 18:58:27 -04:00
.btr and .sclr added, cleanup
This commit is contained in:
@@ -491,7 +491,7 @@ public sealed class StreamNotificationService : INService, IReadyExecutor
|
||||
|
||||
public EmbedBuilder GetEmbed(ulong guildId, StreamData status, bool showViewers = true)
|
||||
{
|
||||
var embed = _sender.CreateEmbed()
|
||||
var embed = _sender.CreateEmbed(guildId)
|
||||
.WithTitle(status.Name)
|
||||
.WithUrl(status.StreamUrl)
|
||||
.WithDescription(status.StreamUrl)
|
||||
|
Reference in New Issue
Block a user