diff --git a/funcs/games/hangman.py b/funcs/games/hangman.py index db44b6f..a88ba08 100644 --- a/funcs/games/hangman.py +++ b/funcs/games/hangman.py @@ -3,7 +3,7 @@ import json, urllib, random, datetime, string from . import hangmanDraw, money from funcs import getName, logThis -apiUrl = "https://api.wordnik.com/v4/words.json/randomWords?hasDictionaryDef=true&minCorpusCount=10000&maxCorpusCount=-1&minDictionaryCount=1&maxDictionaryCount=-1&minLength=3&maxLength=11&limit=1&api_key=" +apiUrl = "https://api.wordnik.com/v4/words.json/randomWords?hasDictionaryDef=true&minCorpusCount=5000&maxCorpusCount=-1&minDictionaryCount=1&maxDictionaryCount=-1&minLength=3&maxLength=11&limit=1&api_key=" def hangmanStart(channel,user,apiKey): with open("resources/games/hangmanGames.json", "r") as f: