No description
|
|
||
|---|---|---|
| server | ||
| site | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Quote Bracket
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
- Clone the git repo to a server
- 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.
- Copy
config.template.tomltoconfig.tomland fill it out with the required information. - Run
npm install - Run
tsc - Set the
ExecStartandWorkingDirectoryin the service file to run the equivalent ofnode dist/main.js. (thedistfolder is generated by Typescript when transcompiling the code into Javascript) - Add the service file to your system's service folder.
- Start the service
Support
For support, open a GitHub Discussion
Feedback
If you have any feedback, please open a GitHub Discussion