1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-03 04:23:13 +00:00

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]