Fixed compile error

This commit is contained in:
Kwoth
2022-01-10 09:58:59 +01:00
parent f07a855912
commit 17cdd6f893

View File

@@ -135,7 +135,7 @@ public partial class Games : NadekoModule<GamesService>
advice = ratings.Uni;
}
return new(_images, _httpFactory, crazy, hot, roll, advice);
return new(_images, crazy, hot, roll, advice);
}
[Cmd]