From f695954cbbe21f98a0dae9c70fb4e32ec6a0c2c7 Mon Sep 17 00:00:00 2001 From: egut125 Date: Fri, 7 Jan 2022 13:04:06 -0500 Subject: [PATCH] Add message_api_type to readme (#406) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22b6d41..5150e8b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ run_shenk=0 | max_game_length_s | Botty will attempt to stop whatever its doing and try to restart a new game. Note if this fails, botty will attempt to shut down D2R and Bnet | | randomize_runs | 0: the order will be as seen in the params.ini. 1: the order will be random | | difficulty | Set to `normal` `nightmare` or `hell` for game difficulty | +| message_api_type | Which api to use to send botty messages. Supports "generic_api" (basic discord), or "discord" (discord embeds with images). | discord_status_count | Number of games between discord status messges being sent. Leave empty for no status reports. | discord_status_condensed | Toggles condensed view of Discord status messages. 0 Full text, 1 Condensed text. | info_screenshots | If 1, the bot takes a screenshot with timestamp on every stuck / chicken / timeout / inventory full event. This is 1 by Default, so remember to clean up the folder every once in a while |