Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 81c5f68

Browse files
committed
Update WebSocket connection to use secure protocol and add changelog for version 1.6.0b30
1 parent 63a018b commit 81c5f68

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Our WebSocket API use the popular https://socket.io/ library. You can use any li
3434
import ms from "ms";
3535
import { io } from "socket.io-client";
3636

37-
const socket = io("ws://ws.disbot.xyz", {
37+
const socket = io("wss://ws.disbot.xyz", {
3838
auth: {
3939
token: "<api-token>",
4040
},
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# DisBot 1.6.0b30
2+
3+
**Changelog**:
4+
5+
- Remove old command from `/autoroles`, `/autopublish`, `/autoreact `
6+
- Moved command to `/automation`
7+
- Added Events API (Read: https://docs.disbot.xyz/docs/api#events-api) - You can listen to all Important Discord Events via this Websocket through DisBot.
8+
- Added anti RateLimit system (DisBot checks for the current limit every "..." and then publish the result do the Extended Client)
9+
- _The "Extended Client" is the DisBot Version of the Discord Client with more Features related to DisBot_
10+
- Fixed MessageFlag by Reaction roles in type Emoji
11+
- Moved to the new MessageFlag System from Discord.js
12+
- Update DisBot DM Invite message
13+
- Reworked the API Service and moved to a MiniDash
14+
- Update all NPM Packages
15+
- _Working on the new Docs at https://docs.disbot.xyz_
16+
17+
### ❕ PLEASE NOTE THE COMMAND CHANGE IN THE CHANGELOG /automation
18+
19+
### ❕ PLEASE NOTE THE API CHANGE SOMTIMES YOU NEED A NEW API TOKEN
20+
21+
_Missing System for the MiniDash - TempVC, Welcome, Leave_
22+
_Currently sometimes the Emoji Cache not load correct you only need to re-run the command._

0 commit comments

Comments
 (0)