0
0
Fork 0
No description
Find a file
2022-11-10 12:33:41 -06:00
server Bump follow-redirects from 1.14.1 to 1.15.1 in /server 2022-06-26 01:29:04 +00:00
site Bump follow-redirects from 1.14.4 to 1.15.1 in /site 2022-06-26 01:06:07 +00:00
.gitignore Update gitignore to allow config files 2021-09-29 22:33:58 -06:00
LICENSE Initial commit 2020-04-18 19:31:05 -06:00
README.md Adjust source code formatting of the root README 2021-09-24 22:59:05 -06:00

Quote Bracket

GitHub Issues

A system for determining the best quote for a stream. This was made for the Resonym community initially, but has since been expanded to allow the same system to run for multiple communities.

Features

  • Configurable on a per-guild level.
  • Anywhere from 2-20 quotes per bracket.
  • Can send an alert about any ties that exist in the bracket.

Authors

Setup Instructions

  1. Clone the git repo to a server
  2. Setup your domain to point to the server, this can be pointing through a reverse proxy like Nginx or directly at the Node server. Note: However you set it up, it must support HTTPS, otherwise Discord will not let you use the domain as a webhook endpoint.
  3. Copy config.template.toml to config.toml and fill it out with the required information.
  4. Run npm install
  5. Run tsc
  6. Set the ExecStart and WorkingDirectory in the service file to run the equivalent of node dist/main.js. (the dist folder is generated by Typescript when transcompiling the code into Javascript)
  7. Add the service file to your system's service folder.
  8. Start the service

Support

For support, open a GitHub Discussion

Feedback

If you have any feedback, please open a GitHub Discussion