mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
Update soulscream formatting
This commit is contained in:
parent
e2d76fe809
commit
97f5ab94c1
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue