mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
More target-typed new and redundant paranthesis cleanup
This commit is contained in:
@@ -145,7 +145,7 @@ public partial class Games : NadekoModule<GamesService>
|
||||
advice = ratings.Uni;
|
||||
}
|
||||
|
||||
return new GirlRating(_images, _httpFactory, crazy, hot, roll, advice);
|
||||
return new(_images, _httpFactory, crazy, hot, roll, advice);
|
||||
}
|
||||
|
||||
[NadekoCommand, Aliases]
|
||||
|
Reference in New Issue
Block a user