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.
|
1 year ago | |
---|---|---|
commands | 1 year ago | |
data | 2 years ago | |
static | 1 year ago | |
.eslintrc.js | 4 years ago | |
.gitignore | 2 years ago | |
LICENSE | 5 years ago | |
README.md | 2 years ago | |
bot.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 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