🐛
This commit is contained in:
@@ -3,7 +3,7 @@ import json, urllib, random, datetime, string
|
|||||||
from . import hangmanDraw, money
|
from . import hangmanDraw, money
|
||||||
from funcs import getName, logThis
|
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):
|
def hangmanStart(channel,user,apiKey):
|
||||||
with open("resources/games/hangmanGames.json", "r") as f:
|
with open("resources/games/hangmanGames.json", "r") as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user