Commit Graph

182 Commits

Author SHA1 Message Date
Isaac
c3d6d70316
style: lint 2023-02-13 15:07:05 +00:00
Isaac
a953308532
fix: make /move edit the channel name and permission overwrites 2023-02-10 14:47:13 +00:00
Isaac
34c3ed1b6a
fix: /topic command when there was previously no topic 2023-02-09 21:50:50 +00:00
Isaac
bcf474cc1c
fix: use environment variables 2023-01-31 15:18:40 +00:00
Isaac
457ede3ac7
fix: don't allow removing the creator 2023-01-30 20:50:38 +00:00
Isaac
bb3179f28f
minor improvements 2023-01-30 17:10:02 +00:00
Isaac
d1c3620fcd
fix: ticket closing 2023-01-30 15:56:41 +00:00
Isaac
2a8c1603f2
more on closing and feedback (WIP) 2023-01-13 22:25:19 +00:00
Isaac
8bf01aa520
feat: feedback, start of close requests 2023-01-13 20:48:37 +00:00
Isaac
cf6b34785c
fix: new line replacement 2023-01-03 16:59:26 +00:00
Isaac
9f18958c75
feat: add /move command 2022-10-31 21:15:44 +00:00
Isaac
76ed77fe0c
fix: typo 2022-10-31 14:17:59 +00:00
Isaac
4b40f2cdbd
feat: add /transfer command 2022-10-29 19:59:09 +01:00
Isaac
77216ba43d
feat: add ticket claiming 2022-10-29 00:33:19 +01:00
Isaac
15318df9e4
feat: /add and /remove commands 2022-10-28 17:32:43 +01:00
Isaac
1843400004
refactor: simplify commands i18n 2022-10-26 18:58:46 +01:00
Isaac
c6f1261478
feat: add /tickets command 2022-10-26 14:13:45 +01:00
Isaac
9a916339ef
fix: only allow /topic in tickets 2022-10-26 10:26:43 +01:00
Isaac
f27feea2f9
feat: add /topic command 2022-10-25 22:56:13 +01:00
Isaac
066eb954e3
feat(archives): update transcript template
so it can actually be parsed as markdown if wanted
2022-10-24 23:53:42 +01:00
Isaac
92d5a7ed96
feat(archives): add transcript command 2022-10-24 20:17:40 +01:00
Isaac
59c6ab3537
Make /tag and auto tag replies work
(very cool)
2022-10-18 16:39:03 +01:00
Isaac
8176293089
Add category option for closing multiple tickets 2022-10-16 14:16:38 +01:00
Isaac
9b0a1fe50f
Add new /transfer (ownership) command 2022-10-16 14:11:40 +01:00
Isaac
5b95610338
rename /transfer back to /move 2022-10-16 14:07:10 +01:00
Isaac
83ab003db5
fix command options & types
and start on closing
2022-10-11 21:24:09 +01:00
Marius
2bb9873be8
Rename trasnfer.js to transfer.js (#349) 2022-10-10 21:44:07 +01:00
Isaac
e4b104eb7e
👌 2022-10-10 20:14:00 +01:00
Isaac
6f535e7149
help 2022-10-10 15:44:13 +01:00
Isaac
507e963efc
update /force-close options 2022-10-06 12:49:38 +01:00
Isaac
fad1abf579
log ticket update 2022-10-05 18:21:53 +01:00
Isaac
8ea372ea36
Add /priority command 2022-10-05 18:04:29 +01:00
Isaac
460138fb73
Progress on message archiving 2022-09-30 17:09:35 +01:00
Isaac
10ef6bb617
Add pin command 2022-09-29 16:08:46 +01:00
Isaac
84505c2a5f
Add for option to /tag command 2022-09-04 21:04:05 +01:00
Isaac
956648c265
Update ticket autocompleter 2022-09-04 21:00:18 +01:00
Isaac
4c176d082f
#303 and other stuff 2022-08-13 23:58:41 +01:00
Isaac
c64b18a397
Add message and ticket referencing, fixes 2022-08-13 23:01:44 +01:00
Isaac
c6abefe30d
Rename move command to transfer 2022-08-10 19:50:19 +01:00
Isaac
bc3ccdcb82
ticket creation works 2022-08-08 21:55:09 +01:00
Isaac
01e479dab5
Make progress on ticket creations + fixes 2022-08-08 01:36:14 +01:00
Isaac
954681685a
Add move command 2022-08-02 21:29:44 +01:00
Isaac
b4618aac1b
Create commands 2022-08-02 21:13:32 +01:00
Isaac
aa51cd0554
Update to @eartharoid/dbf@0.3 2022-08-02 17:25:53 +01:00
Isaac
a37d5e7613 First command 2022-05-05 21:47:08 +01:00
Isaac
83e7ff6019 Reset for new version 2022-03-11 21:09:17 +00:00
Isaac
f49a044340
Revert "Merge remote-tracking branch 'origin/main' into main"
This reverts commit feb116b4df.
2021-10-26 23:35:18 +01:00
Isaac
7411fb9c39
fix(settings): role ID parsing
Fixes Discord's dumb `,` problem and also allows writing something like `none` to clear the array
2021-10-26 16:59:14 +01:00
Isaac
d3ed6405db
fix: #250 by deferring then editing the reply 2021-10-26 16:58:06 +01:00
Isaac
c607771c9e
fix: creating multi-category panels in non-english locales
The Discord client replaces `,` with `.` in some locales (why!!?). This removes the requirement for category IDs to be separated by commas.
2021-10-07 11:49:07 +01:00