aboutsummaryrefslogtreecommitdiff
path: root/lib/chessh/discord
Commit message (Collapse)AuthorAgeFiles
* send notification only from process where player joined and when discord ↵Lizzy Hunt2023-05-061
| | | | thread id hasn't been created, set prod log level to info for better debugging
* README changes, create thread on join, update package-lock (#21)Elizabeth (Lizzy) Hunt2023-04-221
|
* Change config module to DiscordNotifications for reschedule delaySimponic2023-02-151
|
* Format buildscripts (pretty unsubstantial but needed to happen :3)Simponic2023-02-111
|
* Show previous move in message body, which notification is now instant, add ↵Simponic2023-02-081
| | | | check highlighting
* Increase move notificatino delay, decrease creation notification delay, and ↵Simponic2023-02-031
| | | | surround username in quotes for ssh config
* Fix warningsSimponic2023-02-011
|
* Discord threads (#16)Simponic2023-02-011
| | | | | * Add initial support for discord threads * Finish thread creation
* Do not send notifications when game is over & fix promotion screen (#15)Simponic2023-02-011
|
* Ensure status is continue before sending notifsLogan Hunt2023-02-011
|
* Discord notifs (#14)Simponic2023-02-011
* Add role id to config * Add discord notifications for games * Fix discord discriminant tests