Commit Graph

359 Commits

Author SHA1 Message Date
43cfb5a7fe Update CI, oops
Some checks failed
NodBot PE Dockerization / build (push) Failing after 0s
NodBot Production Dockerization / build (push) Failing after 0s
2024-09-29 13:12:52 -04:00
37d1d9ce1f Fix CI
Some checks failed
NodBot Production Dockerization / build (push) Failing after 1s
2024-09-29 13:11:03 -04:00
7f876f4555 Add a dev workflow
Some checks failed
NodBot Production Dockerization / build (push) Failing after 1s
2024-09-29 13:01:25 -04:00
0381272d7d Remove now defunct slash commands 2024-09-29 12:41:16 -04:00
e6936a5364 Update to run on tag push only 2024-09-29 12:40:54 -04:00
0e34a0a4bb Move to /view
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 9s
2024-09-29 12:28:29 -04:00
e843275ba1 Fix references to guild names when not needed 2024-09-29 12:17:07 -04:00
28bd2f46cb added a response for when nothing gets returned from the API
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 7s
2024-09-26 19:55:12 -04:00
e0c0dff82d v3.4.0-b
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 17s
2024-09-26 19:39:19 -04:00
326d5a15f2 Might need to pull after checking out, oops
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 18s
2024-09-26 19:37:35 -04:00
3def31b0fb Moved all button handling to ButtonHandlers.js and cleaned up /save gifSearch
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 18s
2024-09-26 19:30:41 -04:00
b536ebda5b Add ability to handle pages of different length, defaulting to 10 2024-09-26 19:30:01 -04:00
6175a30974 Add PR tag # 2024-09-26 14:28:11 -04:00
8d5f75e471 Add nested commands 2024-09-26 14:25:22 -04:00
e4fbcca6c4 MVP for nested commands
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 53s
2024-09-26 14:20:56 -04:00
2cbfc7f354 WIP DNU 2024-09-26 09:55:49 -04:00
ed315d0cb1 Versioning -- v3.4.0 2024-09-26 09:43:05 -04:00
d898398780 Merge pull request 'v3.3.3: Paged Commands' (#20) from v3.3.3 into main
Reviewed-on: #20
2024-09-26 13:24:54 +00:00
3a35b829ad Documentation update, final for v.3.3.3
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 17s
2024-09-26 09:23:25 -04:00
8148890574 Add listing of aliases to /help
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 7s
2024-09-26 09:22:16 -04:00
09901b5e58 Add aliases
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 18s
2024-09-26 09:07:26 -04:00
4b75dfa885 v3.3.3 Documentation 2024-09-26 09:07:20 -04:00
d0528c3637 MVP for paged /joints
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 55s
2024-09-26 08:47:42 -04:00
c3fa30ea64 MVP for paged /requests 2024-09-26 08:37:16 -04:00
709c8cfab7 MVP for paged /pastas 2024-09-26 08:27:11 -04:00
7aa3d5d0a1 MVP for Paged /gifs Browser 2024-09-26 08:09:09 -04:00
8e5931e0d4 Working on storing interaction data in the client 2024-09-25 23:22:22 -04:00
e4c389be71 Merge branch 'v3.3.3' of https://git.vfsh.dev/voidf1sh/nodbot into v3.3.3 2024-09-25 19:20:57 -04:00
be83b9ea74 WIP 2024-09-25 18:56:33 -04:00
ecbfc2bc2a Remove unnecessary function calls now that classes exist 2024-09-25 15:35:01 -04:00
00df6074d6 Fixed duplication of valid commands 2024-09-25 15:30:51 -04:00
23f081c6c1 Move CommandData and checkCommand to NodBot Classes 2024-09-25 11:54:33 -04:00
1a0817a89c Versioning -- v3.3.3 2024-09-25 11:54:04 -04:00
e5d520a73b 'v3.3.2 The Help Fix' (#17) from v3.3.2 into main
Reviewed-on: #17

Vastly improved the help message formatting and fixed a bug causing the help message to crash due to too many fields. Fixed by moving away from fields, then by filtering the command names to be unique. Aliases are being loaded as entirely new commands which will need to be fixed later.
2024-09-24 02:05:13 +00:00
fdcb56998c Ignore new env format
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 6s
2024-09-23 22:02:01 -04:00
28443611e4 Vastly improved the /help command 2024-09-23 22:01:19 -04:00
f231df89d8 Move help from fields to the description.
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 1m7s
2024-09-23 21:21:38 -04:00
0c2eae76aa Remove vestigial code 2024-09-23 21:10:08 -04:00
7b967cca8c Versioning -- v3.3.2 2024-09-23 21:06:35 -04:00
f3ce349ceb 'v3.3.0-metars' (#14) from v3.3.0-metars into main
Reviewed-on: #14

Seems to work, send it.
2024-09-24 01:04:48 +00:00
9d9a1447f3 Fixed Prod Deployment
All checks were successful
NodBot Production Dockerization / build (pull_request) Successful in 1m5s
2024-09-23 18:51:43 -04:00
70fc12d458 Fix branch references 2024-09-23 18:51:34 -04:00
65470f2c57 Merge branch 'main' into v3.3.0-metars 2024-09-23 18:43:59 -04:00
38d90d7f6b Update CI/CD 2024-09-22 18:49:27 -04:00
8f7ed605a4 Update .github/workflows/pe-docker.yml
Some checks failed
NodBot PE Dockerization / build (push) Failing after 1m56s
Match from pe branch
2024-09-22 22:26:09 +00:00
2f9d29d891 Updating docs 2024-06-22 10:42:26 -04:00
ecb50148b9 Fix body/content 2024-06-22 10:26:01 -04:00
806d70b292 Move METAR raw to message body 2024-06-22 10:19:29 -04:00
798aaef4ea Adjust embed appearance 2024-06-22 10:16:21 -04:00
4c20d08471 Adjust embed appearance 2024-06-22 10:10:05 -04:00