calabasas 0.1.1 → 0.1.2
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.
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3974,10 +3974,8 @@ export default defineCalabasas({
|
|
|
3974
3974
|
members: false, // Requires privileged intent
|
|
3975
3975
|
},
|
|
3976
3976
|
events: {
|
|
3977
|
-
|
|
3977
|
+
messageCreate: true,
|
|
3978
3978
|
interactionCreate: true,
|
|
3979
|
-
// Only specific fields
|
|
3980
|
-
messageCreate: ["id", "content", "author", "channelId"],
|
|
3981
3979
|
},
|
|
3982
3980
|
});
|
|
3983
3981
|
\`\`\`
|