mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
- .say replacement fix
- .send and .qid now use smarttext instead of crembed - added + operator for adding string to smarttext
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace NadekoBot
|
||||
{
|
||||
public sealed class SmartPlainText : SmartText
|
||||
public sealed record SmartPlainText : SmartText
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public string Text { get; init; }
|
||||
|
||||
public SmartPlainText(string text)
|
||||
{
|
||||
|
Reference in New Issue
Block a user