A Discord bot that is a simp
Feel free to fork & open a pull request
- Install docker
- Create a file named "config.json" using the format below:
{
"token": "your-bot-token",
"clientID": "your-bot-clientid",
"devCmdServerID": "your-server-id",
"mongodb": {
"url": "mongodb-connection-string",
"database": "simpbot"
},
"embedColor": "0xhex-color-code",
"openrouterKey": "your-openrouter-api-key",
"groqKey": "your-groq-api-key",
"allowed": ["your-user-id"],
"feedbackChannels": {
"bugs": ["bug-channel-id"],
"suggestions": ["suggestion-channel-id"]
}
}- Build and run the docker container
docker build -t simpbot . --network=host
docker run --restart unless-stopped -it simpbot- Install git, nodejs, python3, python3-pip & yarn
git clone https://github.com/OOF2510/simp-bot.git
cd simp-bot
yarn run setup
yarn run startThis bot was originally just a rewrite of Simp bot 10000 but no longer contains any of the original code. Simp Bot 10000 has been abandoned for about 1 and a half years now.
ok