Clone of Quadnite Bot with privacy mode enabled.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ceda EI 83f6f5c529 Merge branch 'master' of https://gitlab.com/ceda_ei/Quadnite-Bot 1 year ago
commands Merge branch 'master' of https://gitlab.com/ceda_ei/Quadnite-Bot 1 year ago
data Add /suggest to upload gifs to ugoki api server 2 years ago
static Allow aliases in roleplay.json. Add runs, sob, sobs, handhold aliases 1 year ago
.eslintrc.js Add eslintrc. Update gitignore. 4 years ago
.gitignore Add /suggest to upload gifs to ugoki api server 2 years ago
LICENSE Added LICENSE 5 years ago
README.md Update README 2 years ago
bot.js Move text files to static/ 2 years ago
package-lock.json Add /suggest to upload gifs to ugoki api server 2 years ago
package.json Add /suggest to upload gifs to ugoki api server 2 years ago

README.md

Quadnite-Bot

Source code for @quadnite_bot

Running your own instance

Quadnite bot depends on Ugoki for providing roleplay gifs. Once you have an instance of Ugoki (and optionally Ugoki Frontend) running:

  • Clone this repo
  • npm install
  • export BOT_API_KEY="your-token-for-bot"
  • export FEEDBACK_ID="chat-id-where-feedback-is-forwarded-to"
  • export UGOKI_ROOT="https://root.of.ugoki.api/server/"
  • npm start