mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 18:58:27 -04:00
Added SmartText and inheritors SmartPlainText and SmartEmbedText which will replace CREmbed in the future
This commit is contained in:
9
src/NadekoBot/Common/SmartText/SmartTextEmbedField.cs
Normal file
9
src/NadekoBot/Common/SmartText/SmartTextEmbedField.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NadekoBot
|
||||
{
|
||||
public class SmartTextEmbedField
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
public bool Inline { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user