|
e2494c73d4
|
Add command to restart interviews
|
2024-12-26 20:47:07 +13:00 |
|
|
d9fcef449a
|
Get templates from database every time a new interview is started to avoid issues with the templates being passed by reference and then modified accidentally
|
2024-12-26 20:38:17 +13:00 |
|
|
1ced350789
|
Added optional properties to interview questions
|
2024-12-26 20:32:34 +13:00 |
|
|
a8d7440a7a
|
Add error handling for buttons and selectors
|
2024-12-26 20:30:56 +13:00 |
|
|
91991c10f2
|
Added support for END_WITHOUT_SUMMARY and ERROR question types
|
2024-12-26 20:28:39 +13:00 |
|
|
ebd279da45
|
Improved error handling in interview database functions
|
2024-12-26 20:24:32 +13:00 |
|
|
839ec527df
|
Made interview command responses ephemeral
|
2024-12-26 20:22:05 +13:00 |
|
|
f9fbc5990c
|
Some cleanup
|
2024-12-26 20:18:07 +13:00 |
|
|
280d18c80b
|
Added selection box support
|
2024-12-26 20:16:18 +13:00 |
|
|
32776826ba
|
Created functioning interview system PoC
|
2024-12-26 20:12:50 +13:00 |
|
|
327f4d6de6
|
Moved button and selector logic for new tickets to event handler
|
2024-12-26 20:04:47 +13:00 |
|
|
d212f13b12
|
Add commands to update interview templates
|
2024-12-26 19:50:47 +13:00 |
|
|
e87208d8bd
|
Slight update
|
2024-12-26 19:37:56 +13:00 |
|
|
233fd3278b
|
Some updated logging colours
|
2024-12-26 19:26:54 +13:00 |
|
|
9ef4364a13
|
Added option to pin the first ticket message
|
2024-12-26 19:25:08 +13:00 |
|
|
4f716dbbc9
|
Switched from mention to category name in move command
|
2024-12-26 19:01:20 +13:00 |
|
|
03497a28f8
|
Catch not found exceptions
|
2024-12-26 18:57:41 +13:00 |
|
|
d70c2ae0d2
|
Added custom logger
|
2024-12-26 18:41:36 +13:00 |
|
|
5c75e1fa7d
|
Updated to latest 5.0.0 nightly build of DSharpPlus
Still needs a new logger implementation and some new exception handling.
|
2024-12-26 18:36:20 +13:00 |
|
|
f89d50c982
|
Remove custom status, not supported in this version of D#+
|
2024-12-26 18:09:13 +13:00 |
|
|
ce836a465f
|
Added database functions for interviews
|
2024-12-26 18:07:36 +13:00 |
|
|
c34a396c78
|
Split if statement for more clarity
|
2024-12-26 18:01:10 +13:00 |
|
|
3a94de9f23
|
Fix disabling ticket limit using 0
|
2024-12-26 17:57:58 +13:00 |
|
|
7f13161853
|
Started interview system PoC
|
2024-12-26 17:55:00 +13:00 |
|
|
32f5518891
|
Added utility function to get DiscordColor from string
|
2024-12-26 17:46:21 +13:00 |
|
|
3296fa98d1
|
Added pagination to say list
|
2024-10-29 23:17:44 +13:00 |
|
|
8af3e0a2f4
|
Added reason to close command
|
2024-10-29 23:14:47 +13:00 |
|
|
3e66a5659d
|
Switched RNG
|
2024-10-29 23:12:51 +13:00 |
|
|
55029de233
|
Added more info to status command
|
2024-10-29 23:11:05 +13:00 |
|
|
9c25573e98
|
Formatting changes in default config
|
2024-10-29 23:07:47 +13:00 |
|
|
e3137eaa1f
|
Added command line arguments: --config, --transcript, --leave, --help, --version
|
2024-10-29 23:05:16 +13:00 |
|
|
9f15236878
|
Updated transcription library
|
2024-10-29 22:52:02 +13:00 |
|
|
0dd6913dd8
|
Bump nuget dependencies
|
2024-10-29 22:40:46 +13:00 |
|
|
4bac506bfc
|
Codacy refactoring
|
2024-10-29 22:34:41 +13:00 |
|
|
ea1516e5db
|
Cleaned up README.md
|
2024-10-29 22:27:04 +13:00 |
|
|
493cfd3436
|
Switched to modern resources, some refactor of project and jenkins files
|
2024-10-29 22:25:03 +13:00 |
|
|
c084cbe368
|
Fixed project being indented by tabs instead of spaces
|
2024-10-29 22:10:37 +13:00 |
|
|
dc072d2d58
|
Deleted solution, moved project up.
|
2024-10-29 21:43:04 +13:00 |
|
|
c77e7c003a
|
Merge pull request 'Removed .github files' (#2) from staging into main
Reviewed-on: Emotions-stuff/SupportChild#2
|
2024-06-23 05:18:59 -07:00 |
|
|
e5d0b40d09
|
Merge branch 'main' into staging
|
2024-06-23 05:18:44 -07:00 |
|
|
cb166ec963
|
Delete .github/dependabot.yml
|
2024-06-23 05:18:14 -07:00 |
|
|
57a1a90747
|
Delete .github/workflows/dotnet.yml
|
2024-06-23 05:18:07 -07:00 |
|
|
851e26f530
|
Delete .github/workflows/msbuild.yml
|
2024-06-23 05:17:59 -07:00 |
|
|
fd74cc14f5
|
Delete .github/workflows/auto-approve.yml
|
2024-06-23 05:17:53 -07:00 |
|
|
d8da5084e4
|
Merge pull request 'Update .github/workflows/dotnet.yml' (#1) from staging into main
Reviewed-on: Emotions-stuff/SupportChild#1
|
2024-06-23 05:15:02 -07:00 |
|
|
dd944fb6c8
|
Update .github/workflows/dotnet.yml
|
2024-06-23 05:12:35 -07:00 |
|
|
b86f613610
|
Update LICENSE
|
2024-05-28 05:37:45 -07:00 |
|
Emotion
|
aefe977193
|
Small update
|
2023-07-10 15:48:29 +12:00 |
|
Emotion
|
bc383e3456
|
Update dependabot.yml (#48)
|
2023-03-24 01:26:56 +13:00 |
|
Emotion
|
9d890484b9
|
Update dependabot.yml
|
2023-03-24 01:23:44 +13:00 |
|