Update soulscream formatting
This commit is contained in:
parent
e2d76fe809
commit
97f5ab94c1
@ -91,7 +91,9 @@ namespace PluralKit.Bot
|
|||||||
|
|
||||||
var eb = new DiscordEmbedBuilder()
|
var eb = new DiscordEmbedBuilder()
|
||||||
.WithColor(DiscordColor.Red)
|
.WithColor(DiscordColor.Red)
|
||||||
.WithDescription($"[*{scream}*](https://onomancer.sibr.dev/reflect?name={encoded})");
|
.WithTitle(name)
|
||||||
|
.WithUrl($"https://onomancer.sibr.dev/reflect?name={encoded}")
|
||||||
|
.WithDescription($"*{scream}*");
|
||||||
await ctx.Reply(embed: eb.Build());
|
await ctx.Reply(embed: eb.Build());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user