Discord Bot Pet Project based on the great Rosemi
- 👍 Bot in full DiscordJS
- 🎵 Fully functional Music Commands (with filters)
- 🗣️ Uses NovelAI to emulate Rosemi as a chatbot
- ✏️ AI Image Generation
- 🧸 Imageboard Scraper
- 🎎 Auto Language Translator
- 📹 Stream Notifier
- 🫖 More features soon™️
After cloning,
npm install -g npm@latest
in order to install all dependencies
Fill in the .env with your own tokens, and fill in the resources/config.json variables with your own!
{ // Sample resources/config.json
"testServer": " ",
"devs": [" "],
"prefix": "=",
"token": "bottoken",
"emoji": {
"play": "📞",
"stop": "☎️",
"queue": "📌",
"success": "🌹",
"repeat": "⭕",
"error": "🥀"
}
}