diff --git a/api/IMPLEMENTATION.md b/api/IMPLEMENTATION.md index 3104314..0f838cf 100644 --- a/api/IMPLEMENTATION.md +++ b/api/IMPLEMENTATION.md @@ -1,5 +1,5 @@ # esmBot Image API -The esmBot image API is a combined HTTP and WebSocket API. 3762 is the default port to access the API. The API supports very basic authentication, which is defined on the server via the PASS environment variable and is sent from the client via the Authentication header in both HTTP and WS requests. +The esmBot image API is a combined HTTP and WebSocket API. The default port to access the API is 3762. The API supports very basic authentication, which is defined on the server via the PASS environment variable and is sent from the client via the Authentication header in both HTTP and WS requests. ## HTTP diff --git a/app.js b/app.js index 07eb9e3..212ca65 100644 --- a/app.js +++ b/app.js @@ -87,8 +87,7 @@ const Admiral = new Fleet({ INVITE_CREATE: true, INVITE_DELETE: true, THREAD_UPDATE: true, - THREAD_DELETE: true, - THREAD_LIST_SYNC: true + THREAD_DELETE: true }, allowedMentions: { everyone: false,