Files
nadekobot/src/NadekoBot/Common/SmartText/SmartTextEmbedField.cs

9 lines
199 B
C#

namespace NadekoBot
{
public class SmartTextEmbedField
{
public string Name { get; set; }
public string Value { get; set; }
public bool Inline { get; set; }
}
}