zulip_bots: Consolidate game-playing bots.
This commit is contained in:
parent
25820c9bb2
commit
ec5be8fc7e
6 changed files with 1398 additions and 0 deletions
|
@ -21,6 +21,8 @@ class StubBotHandler:
|
|||
def __init__(self):
|
||||
# type: () -> None
|
||||
self.storage = SimpleStorage()
|
||||
self.full_name = 'test-bot'
|
||||
self.email = 'test-bot@example.com'
|
||||
self.message_server = SimpleMessageServer()
|
||||
self.reset_transcript()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue