mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
dev: Using collection expressions, no functional change
This commit is contained in:
@@ -319,13 +319,13 @@ public class GreetService : INService, IReadyExecutor
|
||||
// if there are no embeds, add an embed with the footer
|
||||
smartText = seta with
|
||||
{
|
||||
Embeds = new[]
|
||||
{
|
||||
Embeds =
|
||||
[
|
||||
new SmartEmbedArrayElementText()
|
||||
{
|
||||
Footer = CreateFooterSource(user)
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user