mostr-zulip-bot/zulip_bots/zulip_bots
PIG208 42aecf683e zulip-bots: Fix incrementor to handle edit time limit error.
When the incrementor attempts to edit a message that was sent long
ago, it will fail and the message will not be updated, nor will a
new message be sent.

Fixes: #673
2021-04-06 17:36:22 -07:00
..
bots zulip-bots: Fix incrementor to handle edit time limit error. 2021-04-06 17:36:22 -07:00
tests tests: Fix tests failing on Windows. 2021-03-04 11:28:35 -08:00
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
__init__.py bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
custom_exceptions.py bots: Add magic method validate_config(). 2018-02-13 11:02:17 -08:00
finder.py mypy: Fix exec_module type: ignore comments. 2021-03-10 09:58:18 -08:00
game_handler.py zulip-bots: Set bot_handler type to BotHandler. 2021-03-03 13:31:50 -08:00
lib.py zulip-bots: Replace ExternalBotHandler type by BotHandler. 2021-03-03 13:31:59 -08:00
provision.py cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00
py.typed zulip_bots, zulip_botserver: Add PEP 561 type annotation markers. 2019-08-09 17:29:04 -07:00
request_test_lib.py mypy: Remove unused type: ignore comments. 2021-03-04 15:09:58 -08:00
run.py mypy: Prohibit unreachable code. 2021-03-04 15:17:09 -08:00
simple_lib.py simple_lib: Replace deprecated ConfigParser.readfp call. 2021-03-04 15:30:57 -08:00
terminal.py Update zulipchat.com links to zulip.com. 2020-06-11 21:06:58 -07:00
test_file_utils.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
test_lib.py zulip-bots: Add BotHandler Protocol. 2021-03-03 13:31:37 -08:00