ChatRGB is a Discord bot designed to be funny, but it now supports roleplays and maintains context. With a command system and chat history, ChatRGB provides an engaging and humorous experience for users.
git clone https://github.com/Kruceo/ChatRGB.git
cd ChatRGB
npm installAccess Google AI Studio and create or use a existent API key.
Access Discord Dev and create or use a existent Bot Token.
Create a .env file in the project root
DISC_TOKEN=ABCDEFGHIJKLMNOPQRSTUVW
GENAI_TOKEN=A1b2C3d4E5f6node index.mjsdocker run -v /chatrgb/data \
-e DISC_TOKEN=YOURDISCORDTOKEN \
-e GENAI_TOKEN=YOURGENAITOKEN \
rafola/chatrgb