mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Fixed greet message footer not showing, closes #359
This commit is contained in:
@@ -259,7 +259,8 @@ public class GreetService : INService, IReadyExecutor
|
||||
Description = pt.Text
|
||||
};
|
||||
}
|
||||
else if (text is SmartEmbedText set)
|
||||
|
||||
if (text is SmartEmbedText set)
|
||||
{
|
||||
text = set with
|
||||
{
|
||||
|
Reference in New Issue
Block a user