alemonjs 1.1.17 → 1.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,7 +118,7 @@ export async function createClient(cfg, conversation) {
118
118
  ws.send(JSON.stringify({
119
119
  op: 2, // op = 2
120
120
  d: {
121
- // token: `QQBot ${token}`,
121
+ token: `QQBot ${token}`,
122
122
  intents: intents,
123
123
  shard: shard,
124
124
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alemonjs",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "DOCS https://alemonjs.com/",
5
5
  "scripts": {
6
6
  "dev": "ts-node alemon.config.ts",