Commit Graph

346 Commits

Author SHA1 Message Date
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
550eb79374 Fix split ATISes 2024-06-22 10:08:28 -04:00
b11d14b72d Add and tweak D-ATIS 2024-06-22 09:42:02 -04:00
444bad7935 Add D-ATIS from clowd.io 2024-06-22 09:17:24 -04:00
6700e36907 Make update script 2024-06-21 20:20:07 -04:00
66dbdceb2a Minor tweaks 2024-06-21 20:19:05 -04:00
5a9b91ade1 Fix cloud layer CLR 2024-06-21 19:19:37 -04:00
13553d7e5a Add KCQX 2024-06-21 19:15:22 -04:00
388bc4d021 Add Metars with Decoding TODO: add TAFs 2024-06-21 18:35:12 -04:00
2a3b53ea08 Fix kms emoji is 2024-06-21 15:14:38 -04:00
99af5ca8b4 Add f u nodbot response 2024-06-21 15:11:34 -04:00
7003351ecc Updating how autoresponses are handled to be cleaner 2024-06-21 15:02:22 -04:00
bfa6e10011 Versioning v3.2.3 2024-06-21 15:02:08 -04:00
22f2ac58df I hate you 2024-06-21 15:01:56 -04:00