The Express webserver for the interactions of Korral in the Team Neptune Discord server.
Go to file
Daniel 6baef73906
Add tickets feature (#11)
* Update typings to reflect new functions, props, and interfaces

* Update index.ts

* Create ticket.ts

* Added `lockThread` function

A function to easily lock a thread.

* Update launch.json

* Add option for authorized users to close ticket

* Add command to setup message to open tickets

* Disallow creation of multiple tickets

* Updated unauthorized ticket closure message

* Update Ticket Creation message

* Updated to have function dedicated to closing tickets

* Update message if ticket already exists

* Fix incorrect channel showing for setup_ticket_button

* Update setup_ticket_button message to be more specific

* Add support for "private" tickets

* Update starter message

* Fix bug with closing tickets

* Add ability to set ticket as "private"

* Change emoji representing public/private tickets

* Better specify whether a ticket is public/private
2021-10-06 15:58:32 -07:00
.vscode Add tickets feature (#11) 2021-10-06 15:58:32 -07:00
src Add tickets feature (#11) 2021-10-06 15:58:32 -07:00
typings Add tickets feature (#11) 2021-10-06 15:58:32 -07:00
.dockerignore Add Docker files 2021-07-06 01:36:33 -07:00
.gitattributes Initial commit 2021-06-24 23:44:52 -07:00
.gitignore Builder command (#2) 2021-07-12 13:57:00 -07:00
Dockerfile Add Docker files 2021-07-06 01:36:33 -07:00
LICENSE Initial commit 2021-06-24 23:44:52 -07:00
package-lock.json Code cleanup 🧹 (#7) 2021-09-01 16:17:14 -07:00
package.json Code cleanup 🧹 (#7) 2021-09-01 16:17:14 -07:00
README.md Create README.md 2021-06-25 08:04:44 -07:00
template_config.ts [Bug fix] Fix bot token not being provided 2021-06-25 08:13:06 -07:00
tn_rules.json Update rules to reflect the current server rules (#8) 2021-09-21 16:20:32 -07:00
tsconfig.json Code cleanup 🧹 (#7) 2021-09-01 16:17:14 -07:00

Korral Interactions

This is the webserver that runs the interactions in the Team Neptune Discord server.