!wolf command

This commit is contained in:
NikolajDanger
2020-11-04 16:23:44 +01:00
parent 27ab89b5b6
commit 3e342745bf
6 changed files with 78 additions and 2 deletions

View File

@ -16,6 +16,7 @@ class Credentials():
self.wordnikKey = data[2][16:].replace(" ","")
self.mongoDBUser = data[3][13:].replace(" ","")
self.mongoDBPassword = data[4][17:].replace(" ","")
self.wolfKey = data[5][19:].replace(" ","")
class Options():
def __init__(self):