86 Commits

Author SHA1 Message Date
Logan Cusano
a7d1f4e6b4 Handle join auto complete error and update formatting 2024-08-04 16:01:59 -04:00
Logan Cusano
b51300d878 Improved joining and leaving
All checks were successful
DRB Tests / drb_mocha_tests (push) Successful in 1m5s
release-tag / release-image (push) Successful in 2m6s
- Added wrappers
- Improved readability of command code
2024-07-14 19:26:17 -04:00
Logan Cusano
f29459aadb Added new connections command for debug
Some checks failed
DRB Tests / drb_mocha_tests (push) Failing after 35s
release-tag / release-image (push) Failing after 35s
2024-07-14 16:50:48 -04:00
Logan Cusano
2cd5eee940 Implement OpenAI Assistant API
- Updated linkCop
- Updated standard interaction handler
2024-07-14 15:47:46 -04:00
Logan Cusano
24296c2ae4 Update the prompt with the proper discord tag for the member ID
All checks were successful
release-tag / release-image (push) Successful in 3m3s
DRB Tests / drb_mocha_tests (push) Successful in 1m6s
2024-06-06 23:01:08 -04:00
Logan Cusano
db065c3ef0 Add a new event for server client joining new guild/server #1 2024-06-02 19:39:38 -04:00
Logan Cusano
697025ec1e Updated environment var names to match convention
All checks were successful
release-tag / release-image (push) Successful in 4m25s
DRB Tests / drb_mocha_tests (push) Successful in 32s
2024-06-02 19:35:01 -04:00
Logan Cusano
3350b9f191 Added new event for new member joining #18
- When a new member joins the server, GPT integration will welcome them
2024-06-02 19:34:41 -04:00
Logan Cusano
961a7cc2bd Implement early AI integration #18
All checks were successful
release-tag / release-image (push) Successful in 4m19s
DRB Tests / drb_mocha_tests (push) Successful in 1m16s
- Added new event to catch messageCreate events
- @ messages to the server will use ChatGPT to respond to the message with an indepth prompt about the server
- Implement module to interact with chatGPT repeatably
- Add linkcop with GPT integration #12
- Added environment variable for inital prompt for GPT integration
2024-06-02 19:16:01 -04:00
Logan Cusano
2c3cc18474 Update dependencies and add openai 2024-06-02 19:10:29 -04:00
Logan Cusano
424d5ae749 #16 Fix bug in rss remove
All checks were successful
release-tag / release-image (push) Successful in 4m5s
DRB Tests / drb_mocha_tests (push) Successful in 43s
- A dependency of remove was missing the log object
- Updated discord output for all RSS commands
2024-05-26 22:42:54 -04:00
Logan Cusano
5c86185ef5 Update port in dockerfile
All checks were successful
release-tag / release-image (push) Successful in 3m42s
DRB Tests / drb_mocha_tests (push) Successful in 55s
2024-05-26 21:45:08 -04:00
Logan Cusano
e6de0f4453 Undo repo change
All checks were successful
release-tag / release-image (push) Successful in 4m24s
DRB Tests / drb_mocha_tests (push) Successful in 36s
- Does not add to the repo, changes the name
2024-05-26 21:30:47 -04:00
Logan Cusano
e8cfca1d8d Update build action
All checks were successful
release-tag / release-image (push) Successful in 5m15s
DRB Tests / drb_mocha_tests (push) Successful in 1m0s
- Attempt to place the package in the repo instead of my profile
2024-05-26 21:23:19 -04:00
Logan Cusano
dce0086fdb Update build action
All checks were successful
release-tag / release-image (push) Successful in 4m52s
DRB Tests / drb_mocha_tests (push) Successful in 41s
- Update repo name with proper vars
2024-05-26 21:12:57 -04:00
Logan Cusano
ad45d8f0ea Update repo name
Some checks failed
DRB Tests / drb_mocha_tests (push) Successful in 49s
release-tag / release-image (push) Failing after 4m1s
2024-05-26 20:49:32 -04:00
Logan Cusano
2c5cf3dac0 update all local IPs to public hostname
Some checks failed
release-tag / release-image (push) Failing after 22s
DRB Tests / drb_mocha_tests (push) Successful in 32s
2024-05-26 20:47:31 -04:00
Logan Cusano
a3223b716e update server build action
Some checks failed
release-tag / release-image (push) Failing after 20s
DRB Tests / drb_mocha_tests (push) Successful in 34s
- try public hostname instead of IP for docker login (to use HTTPS)
2024-05-26 20:45:16 -04:00
Logan Cusano
7a246f9e2a Update build action to explicitly set gitea as http
Some checks failed
release-tag / release-image (push) Failing after 16s
DRB Tests / drb_mocha_tests (push) Successful in 31s
2024-05-26 20:43:19 -04:00
dc988a41c1 Merge pull request '#10-RSS-feed-manager' (#14) from #10-RSS-feed-manager into main
Some checks failed
DRB Tests / drb_mocha_tests (push) Successful in 43s
release-tag / release-image (push) Failing after 28s
Reviewed-on: logan/DRB-Server#14
2024-05-26 19:41:08 -04:00
Logan Cusano
43dfa7b5ad RSS improvements
All checks were successful
DRB Tests / drb_mocha_tests (pull_request) Successful in 31s
- Updated rss discord command name scheme
- Implemented new sourceManager for handling feed sources
- Added wrappers to delete/get feed sources by title
2024-05-26 01:26:12 -04:00
Logan Cusano
8f56fd9b92 Updated default ping command with AC defaults 2024-05-26 01:23:33 -04:00
Logan Cusano
702e291fcb #5 improve the debugger
- Update the logic
- Will now check to make sure the given file exists before writing
2024-05-26 01:22:47 -04:00
Logan Cusano
2ab5a181bd #5 replace all console.logs with debugger
All checks were successful
DRB Tests / drb_mocha_tests (pull_request) Successful in 32s
2024-05-25 23:52:18 -04:00
Logan Cusano
81a215f048 Implement auto-building on push to main
All checks were successful
DRB Tests / drb_mocha_tests (pull_request) Successful in 29s
2024-05-22 02:44:56 -04:00
Logan Cusano
4831bb817c #5 Improved logging on mongo handler core
All checks were successful
DRB Tests / drb_mocha_tests (pull_request) Successful in 37s
2024-05-22 02:20:52 -04:00
Logan Cusano
429ddd3333 Code improvements
- Better error handling
- More output
- Better logic
2024-05-22 02:15:56 -04:00
Logan Cusano
4e71c7b167 Initial RSS implementation
- Added debug command to trigger RSS feed update from discord
2024-05-22 00:17:36 -04:00
Logan Cusano
fac5274715 #5 added debugger 2024-05-22 00:17:06 -04:00
Logan Cusano
47070b08ab Move mongo wrappers to their own directory
All checks were successful
DRB Tests / drb_mocha_tests (push) Successful in 29s
2024-05-18 23:16:42 -04:00
Logan Cusano
cfe2cd346d Update gitignore 2024-05-16 22:12:10 -04:00
Logan Cusano
0bc97509a5 Updated branch name in action
All checks were successful
DRB Tests / drb_mocha_tests (push) Successful in 28s
2024-05-16 22:08:23 -04:00
Logan Cusano
544b17613f Fix typo in join command 2024-05-16 22:05:30 -04:00
Logan Cusano
296df12584 Update server tests 2024-05-12 20:01:01 -04:00
Logan Cusano
4023a7fc2c Initial move 2024-05-12 12:54:20 -04:00
8ab949f15c Initial commit 2024-05-12 12:31:52 -04:00