Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Latest commit

 

History

History

README.md

Banner

🟡 Guilded.NET's Markdown package

Guilded.Markdown is an utility package for Guilded-flavoured Markdown, as well as Guilded content. It adds things like MarkdownBuilder, GuildedMarkdown for InlineCode, Bold, etc. and the ability to react with emotes by specifying their name or character.

📙 Example

using Guilded.Markdown;
using static Guilded.Markdown.GuildedMarkdown;

// ...
Message message = await client.CreateMessageAsync(channelId, $"Here's some inline code: {InlineCode("xyz")}");
await message.AddReactionAsync("white_check_mark");
await message.AddReactionAsync('❌');

⁉️ Support

If you need any help related to Guilded.NET, you can check out the following sources: