## Technical FAQs
### Discord & Twitter Integration
1. **Q:** Does the Discord ...
plugin auto-initialize if `.env` variables are set?
**A:** Yes, if `DISCORD_BOT_TOKEN` and `DISCORD_CLIENT_ID` are correctly set.
2. **Q:** How do I stop my Twitter agent from posting, retweeting, or liking?
**A:** Set `TWITTER_AUTO_TWEET=false`, `TWITTER_AUTO_LIKE=false`, and `TWITTER_AUTO_RETWEET=false`.
3. **Q:** How do I register a new ElizaOS plugin?
**A:** Use `npx elizaos plugins add @elizaos-plugins/client-twitter`.
4. **Q:** Why is my Discord bot not appearing online?
**A:** Ensure `MESSAGE_CONTENT` intent is enabled, `.env` variables are correct, and the bot has the right permissions.
### Model & Development
5. **Q:** How do I switch my AI model from Llama to DeepSeek?
**A:** Update the model configuration in `character.json` and ensure the model is instruction-tuned.
6. **Q:** How do I fix `ERR_PNPM_WORKSPACE_PKG_NOT_FOUND` for `@elizaos/client-discord`?
**A:** Ensure the package is installed and properly registered in the workspace.
7. **Q:** How do I dynamically update an Eliza agent's knowledge?
**A:** Use `runtime.ragKnowledgeManager.getKnowledge()` at runtime.
8. **Q:** How do I create a plugin to generate text and save it to a file?
**A:** Define an action, use `fs.writeFileSync`, and register the plugin in `character.json`.
### Newsletter & Content
9. **Q:** Where can I find the AI news summaries?
**A:** At elizaos.github.io/eliza/news with RSS and JSON feeds available.
10. **Q:** How is the newsletter content processed?
**A:** Daily news is aggregated, summarized, and uploaded to HackMD for peer review before publishing.
Discord