@elizaos/plugin-discord 1.0.9 → 1.0.10

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-discord",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -67,19 +67,19 @@
67
67
  },
68
68
  "CHANNEL_IDS": {
69
69
  "type": "string",
70
- "description": "Comma-separated list of Discord channel IDs the bot should operate in.",
70
+ "description": "Comma-separated list of Discord channel IDs that will be parsed into an array if provided.",
71
71
  "required": false,
72
72
  "sensitive": false
73
73
  },
74
74
  "DISCORD_TEST_CHANNEL_ID": {
75
75
  "type": "string",
76
- "description": "Discord channel ID used by the test suite to locate the test channel for sending messages, joining/leaving voice, and other interactions.",
76
+ "description": "Discord channel ID used during test suite to locate the test channel for sending messages, voice interactions, and other test operations.",
77
77
  "required": true,
78
78
  "sensitive": false
79
79
  },
80
80
  "DISCORD_VOICE_CHANNEL_ID": {
81
81
  "type": "string",
82
- "description": "ID of the Discord voice channel the bot should connect to when scanning guilds. If not set, the bot selects a channel based on member activity.",
82
+ "description": "ID of the Discord voice channel the bot should join when scanning a guild. If not supplied, the bot selects a channel based on member activity.",
83
83
  "required": false,
84
84
  "sensitive": false
85
85
  }