/simp-bot-guilded

Simp Bot, but for guilded.gg!

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

CodeFactor Maintainability Forks Stars License Lines of code GitHub repo size GitHub last commit Build Docker Image

Simp Bot

A Discord bot that is a simp

Contributing

Feel free to fork & open a pull request

Self-hosting the bot

Docker

  • Install docker
  • Create a file named "config.json" using the format below:
{
  "token": "your-bot-token",
  "clientID": "your-bot-clientid",
  "devCmdServerID": "your-server-id",
  "mysql": {
    "ip": "sql-host-ip/domain",
    "port": "sql-port",
    "username": "sql-username",
    "password": "sql-password",
    "schema": "sql-schema-name"
  },
  "embedColor": "hex-color-code",
  "hfkey": "your-huggingface-api-key",
  "allowed": ["your-user-id"],
  "feedbackChannels": {
    "bugs": ["bug-channel-id"],
    "suggestions": ["sug-channel-id"]
  }
}
  • Build and run the docker container
docker build -t simpbot . --network=host
docker run --restart unless-stopped -it simpbot

Manual

  • Install git, nodejs, python3, python3-pip & yarn
 git clone https://github.com/OOF2510/simp-bot.git
 cd simp-bot
 yarn run setup
 yarn run start

The original simp bot

I reworte Simp bot 10000 because it wouldn't let me add it to my server, I tried hosting it myself, but it kept crashing, so I rewrote the code and added a bunch of stuff of my own onto it. Simp bot 10000 seems to be abandoned now and is never online. I have reached out to the creator of Simp Bot 10000 via google fourms asking them if they would be interested in working on simp bot with me, no response yet.

ok