Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Jun 15, 2023
1 parent 0f5b145 commit b7d8a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ export const DefaultMJConfig: MJConfig = {
Limit: 50,
MaxWait: 100,
DiscordBaseUrl: "https://discord.com",
WsBaseUrl: "wss://gateway.discord.gg?v=9&encoding=json&compress=gzip-stream`",
WsBaseUrl: "wss://gateway.discord.gg?v=9&encoding=json&compress=gzip-stream",
};

0 comments on commit b7d8a82

Please sign in to comment.