mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
dev: Using collection expressions, no functional change
This commit is contained in:
@@ -112,7 +112,7 @@ public class Localization : ILocalization
|
||||
{
|
||||
Cmd = key,
|
||||
Desc = key,
|
||||
Usage = new[] { key }
|
||||
Usage = [key]
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user