mr mime fix
This commit is contained in:
parent
8dafe991ad
commit
921725005c
@ -21,7 +21,7 @@ namespace NadekoBot.Modules.Games.Trivia
|
||||
public static TriviaQuestionPool Instance { get; } = _instance ?? (_instance = new TriviaQuestionPool());
|
||||
|
||||
private const string questionsFile = "data/trivia_questions.json";
|
||||
private const string pokemonMapPath = "data/pokemon/name-id_map.json";
|
||||
private const string pokemonMapPath = "data/pokemon/name-id_map2.json";
|
||||
private readonly int maxPokemonId;
|
||||
|
||||
private Random rng { get; } = new NadekoRandom();
|
||||
|
3246
src/NadekoBot/data/pokemon/name-id_map2.json
Normal file
3246
src/NadekoBot/data/pokemon/name-id_map2.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user