forked from HonusBot/HonusBot
lmao
This commit is contained in:
parent
9de245a272
commit
c9aa5935c0
@ -53,7 +53,7 @@ class Command:
|
|||||||
return self.headerField
|
return self.headerField
|
||||||
|
|
||||||
class JSONRequest(object):
|
class JSONRequest(object):
|
||||||
def __init__(config, command, senderId, text):
|
def __init__(self, config, command, senderId, text):
|
||||||
self.botName = config.getApiId()
|
self.botName = config.getApiId()
|
||||||
self.botPassword = config.getApiPassword()
|
self.botPassword = config.getApiPassword()
|
||||||
self.command = command
|
self.command = command
|
||||||
|
Loading…
Reference in New Issue
Block a user