Commit Graph

101 Commits

Author SHA1 Message Date
5507fea98e I think some misplaced brackets were causing the issues 2023-11-12 10:16:41 -05:00
92df0cf4a7 Trying something simpler for VoiceStateChange notification just to see if the event works 2023-11-12 10:12:57 -05:00
944f8d4e72 I'm pretty sure I used the wrong intent 2023-11-12 10:07:52 -05:00
27e9fdb743 Missing an intent to capture the event that I want 2023-11-12 10:03:57 -05:00
b9a699c4c2 Adding preliminary test for Voice State Changed 2023-11-12 10:01:41 -05:00
734aa58e67 Adding a 'Database Backup', it's not perfect, the queries are out of order, but it'll do for now if something blows up 2023-11-11 22:31:59 -05:00
dc323ffeb1 Some final cleanup, and README adjustments 2023-11-11 22:18:54 -05:00
9fd8f3c289 Cleanup, and more logic fixes 2023-11-11 22:09:26 -05:00
c82fceeef1 Fixing some more logic problems 2023-11-11 22:02:31 -05:00
01a72ca544 Fixing a logic error 2023-11-11 21:58:56 -05:00
8befc32453 Trying a different way of handling the rows variable 2023-11-11 21:57:59 -05:00
4a3e470945 Adding some more console noise for debugging 2023-11-11 21:56:07 -05:00
7c6389d421 A significant amount of reimplementation 2023-11-11 21:51:34 -05:00
ac672e73d0 Pretty sure I have a working chain example 2023-11-11 21:29:05 -05:00
43546d93fe More changes to promise chain testing 2023-11-11 21:23:49 -05:00
6ea91cd1c9 Testing some stuff with promises and return values 2023-11-11 21:20:25 -05:00
0ad30722ae Added more modifications, await doesn't seem to be respected in the way I'm thinking, so more logging! 2023-11-11 20:35:30 -05:00
dfeb3d5148 Trying to fix issues again, this time with the truthiness of promise objects 2023-11-11 20:21:24 -05:00
6cbf6dc718 Trying to unwind some async/await mess 2023-11-11 20:17:59 -05:00
e24cc98fec Fixed some syncronization issues (I think) 2023-11-11 20:09:03 -05:00
a0e979e0bc The field for the message sender is author, not user 2023-11-11 19:52:27 -05:00
69a711a4a4 Added some fancy intents to try to fix BreadBots deafness to new messages 2023-11-11 19:48:08 -05:00
89e73e866b Adding greater console logging for event misfire 2023-11-11 19:43:23 -05:00
77b526ca21 Added preliminary BreadBot message surveillance 2023-11-11 19:39:07 -05:00
881b7f6359 I think I found a missing not directive 2023-11-11 18:37:24 -05:00
ece032ff5a Attempting to fix server already registered handling 2023-11-11 18:31:56 -05:00
dabb635b6b Trying another thing to fix escapement issues 2023-11-11 18:22:07 -05:00
2de2202187 Fixing escapement issues 2023-11-11 18:18:09 -05:00
3928b1f564 Fixed some insertion issue 2023-11-11 18:13:57 -05:00
8865015499 Promises in JavaScript are neat and also a pain 2023-11-11 18:08:42 -05:00
811478f486 More attempts to fix the situation with server registrations 2023-11-11 18:03:09 -05:00
808ca6c442 Fix for isServerRegistered 2023-11-11 17:46:37 -05:00
cb3466c6c6 Adding server to database registration 2023-11-11 17:38:45 -05:00
0d15e7931c Testing a new interaction 2023-11-11 15:33:57 -05:00
e68272236f Pushing up changes to main before I branch 2023-11-11 12:29:37 -05:00
febbd1fa8e Fixed Calendar Delete Issue 2022-11-29 21:37:23 -05:00
0033bea4ab Fix README.md 2022-11-29 19:58:53 -05:00
d120cf9945 Update README.md 2022-11-29 19:57:57 -05:00
24b97bc5b0 Adding some modifications to increase reuseability 2022-11-29 19:47:07 -05:00
7ebdb84c98 Some mild changes, added list calendar 2022-11-25 19:41:08 -05:00
30a2114ff4 Fixed addcalendar, added other file stubs 2022-11-24 17:39:30 -05:00
dce3b6ecc4 Committing a (non-functional) add calendar command 2022-11-22 19:54:42 -05:00
b2b8bccaa6 Committing psuedo functional GCal Pull
It's not exactly a good test, but it's something. Need to do some more
work in the creation and management of calendars.
2022-11-20 19:04:47 -05:00
97af77745f gitignore modified to stop modules from being uploaded 2022-11-13 11:13:41 -05:00
57fcb9f625 Commiting removal of node package folder 2022-11-13 11:11:13 -05:00
d5d6f84995 Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
a5196ef862 Continued Progress on Tutorial Following 2022-11-08 21:05:21 -05:00
0333735ae5 Commit gitignore 2022-11-07 18:04:46 -05:00
55ecf095a9 Insane number of adds to setup env and packages 2022-11-07 17:45:54 -05:00
62c2bb73a9 Add rudimentary README.md 2022-11-06 20:37:50 -05:00