mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38: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
|
Description = pt.Text
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else if (text is SmartEmbedText set)
|
|
||||||
|
if (text is SmartEmbedText set)
|
||||||
{
|
{
|
||||||
text = set with
|
text = set with
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user