mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
- .gvc should now properly trigger when a user is already in a gvc and changes his activity
- .gvc should now properly detect multiple activities - Rewrote repeat raw query bitshift to linqtodb query with division (thx kotz)
This commit is contained in:
@@ -41,7 +41,8 @@ public abstract record SmartText
|
||||
|
||||
smartEmbedText.NormalizeFields();
|
||||
|
||||
if (!smartEmbedText.IsValid) return new SmartPlainText(input);
|
||||
if (!smartEmbedText.IsValid)
|
||||
return new SmartPlainText(input);
|
||||
|
||||
return smartEmbedText;
|
||||
}
|
||||
|
@@ -3,8 +3,6 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace NadekoBot;
|
||||
|
||||
// todo test smarttextembedfooter and smarttextembedauthor
|
||||
|
||||
public class SmartTextEmbedFooter
|
||||
{
|
||||
public string Text { get; set; }
|
||||
|
Reference in New Issue
Block a user