- .say replacement fix

- .send and .qid now use smarttext instead of crembed
- added + operator for adding string to smarttext
This commit is contained in:
Kwoth
2021-07-12 01:45:40 +02:00
parent 0064df8ae4
commit 373e9e920d
6 changed files with 36 additions and 52 deletions

View File

@@ -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)
{