From 68f547baa9852048d043b6a629babb22efecfdcd Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 16:17:01 +0200 Subject: [PATCH] Added port instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ebc8d18..295e233 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Example: "token": "Ysy._94ZUE7oATq9DCyaYr47.iQRJGwysWgP7SwpONUen9YbJZpXV_eG_43MjaYESEoI9UpAr", +You can set which port the bot runs its http service on using the `port` value. Default is 4000. + +Example: + + "port": "4000", + You can change which service to use for parsing Twitter and Instagram links. By default fxtwitter and ddinstagram are used, but you can change this to any of your choosing. Example: