mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Fixed compile error
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user