mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
dev: Using collection expressions, no functional change
This commit is contained in:
@@ -81,7 +81,7 @@ public class BotStrings : IBotStrings
|
||||
|
||||
return new CommandStrings()
|
||||
{
|
||||
Examples = new[] { "" },
|
||||
Examples = [""],
|
||||
Desc = "?",
|
||||
Params = []
|
||||
};
|
||||
|
Reference in New Issue
Block a user