Source code for Quadnite Bot
Go to file
Ceda EI f1740ce4c0 Update README 2021-09-28 14:54:05 +05:30
commands Better logging for ugokiUpload failures 2021-09-27 23:53:59 +05:30
data Add /suggest to upload gifs to ugoki api server 2021-09-27 21:36:21 +05:30
static Move text files to static/ 2021-09-27 23:53:33 +05:30
.eslintrc.js Add eslintrc. Update gitignore. 2019-02-11 00:45:45 +05:30
.gitignore Add /suggest to upload gifs to ugoki api server 2021-09-27 21:36:21 +05:30
LICENSE Added LICENSE 2018-03-31 11:19:15 +05:30
README.md Update README 2021-09-28 14:54:05 +05:30
bot.js Move text files to static/ 2021-09-27 23:53:33 +05:30
package-lock.json Add /suggest to upload gifs to ugoki api server 2021-09-27 21:36:21 +05:30
package.json Add /suggest to upload gifs to ugoki api server 2021-09-27 21:36:21 +05:30

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