discord-user-bots
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "discord-user-bots", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "I library that allows you to use the full potential of Discords api to create good user bots.", | ||
@@ -5,0 +5,0 @@ "main": "src/exports.js", |
@@ -322,3 +322,4 @@ # Sopur's user bot library | ||
Deprecated join_guild because it could disable your account | ||
Add invite info function | ||
- Added all event listeners | ||
- added thread functions | ||
- Fixed bug that stops you from viewing message content |
@@ -23,3 +23,2 @@ class GateWayOpen { | ||
capabilities: 125, | ||
intents: intent, | ||
properties: { | ||
@@ -26,0 +25,0 @@ os: config.os, |
71005
1318
325