@elizaos/plugin-discord 1.0.7 → 1.0.8

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 +2 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-discord",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -58,32 +58,6 @@
58
58
  "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
59
59
  "agentConfig": {
60
60
  "pluginType": "elizaos:plugin:1.0.0",
61
- "pluginParameters": {
62
- "DISCORD_APPLICATION_ID": {
63
- "type": "string",
64
- "description": "Discord application/client ID used for authenticating the bot with Discord API.",
65
- "required": true
66
- },
67
- "DISCORD_API_TOKEN": {
68
- "type": "string",
69
- "description": "Discord bot token used to authenticate and connect to Discord API.",
70
- "required": true
71
- },
72
- "CHANNEL_IDS": {
73
- "type": "string",
74
- "description": "Optional comma-separated list of Discord channel IDs the bot is allowed to operate in; if unset the bot works in all channels.",
75
- "required": false
76
- },
77
- "DISCORD_TEST_CHANNEL_ID": {
78
- "type": "string",
79
- "description": "Discord channel ID for running tests; used if not supplied in runtime settings.",
80
- "required": false
81
- },
82
- "DISCORD_VOICE_CHANNEL_ID": {
83
- "type": "string",
84
- "description": "Specifies the Discord voice channel ID that the bot should attempt to join before scanning for other available channels.",
85
- "required": false
86
- }
87
- }
61
+ "pluginParameters": {}
88
62
  }
89
63
  }