Don't disable THREAD_LIST_SYNC event

This commit is contained in:
Essem 2022-01-25 15:16:08 -06:00
parent 955a85ae8c
commit 776043393d
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 3 deletions

View File

@ -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

3
app.js
View File

@ -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,