Commit Graph

92 Commits

Author SHA1 Message Date
Aster Fialla
cebf14a2f5 updated readme and docs 2026-02-15 16:52:08 -05:00
Aster Fialla
dafbafeec6 if parsing member command returns null, don't send anything. 2026-02-15 16:48:51 -05:00
Aster Fialla
8f70960079 removed some overzealous error handling 2026-02-15 16:48:22 -05:00
Aster Fialla
75dba413b8 turned off logging for sequelize since i don't gotta see all that 2026-02-15 16:21:00 -05:00
Aster Fialla
f81da5ac27 added handler to send string as an attachment if it's too long 2026-02-15 16:20:42 -05:00
Aster Fialla
be83e8d629 removed unnecessary console.logs 2026-02-15 15:57:28 -05:00
Aster Fialla
9bff32456c changed error handling to not return error when database returns null as sometimes we want that 2026-02-15 15:57:08 -05:00
Aster Fialla
ba623b0b78 removed unused status variable 2026-02-15 15:15:04 -05:00
Aster Fialla
85d876f660 removed gateway check since I probably do not need it 2026-02-15 15:05:08 -05:00
Aster Fialla
db5a7398ce edited readme 2026-02-15 02:17:51 -05:00
Aster Fialla
ff84a637b2 edited enum reference to ADD 2026-02-15 02:17:05 -05:00
Aster Fialla
8762e41a0a changed add command back to new because dang. 2026-02-15 02:12:59 -05:00
Aster Fialla
3512f07def updated readme 2026-02-15 01:55:52 -05:00
Aster Fialla
e08ae7b8ae updated readme 2026-02-15 01:49:20 -05:00
Aster Fialla
63594c9819 edited documentation and added README 2026-02-15 01:47:36 -05:00
Aster Fialla
fc7309630f edited enums description 2026-02-15 01:42:12 -05:00
Aster Fialla
5d80895918 got import messages working! 2026-02-15 01:29:56 -05:00
Aster Fialla
2e63532dc7 removed "cause" parameter for error 2026-02-15 01:17:06 -05:00
Aster Fialla
5c1d974246 got images working for pluralkit import! 2026-02-15 01:17:06 -05:00
Aster Fialla
dedd50adfc More simplified approach to loading images 2026-02-15 01:17:06 -05:00
Aster Fialla
d512e11682 WIP import. sort of working except error handling and message is not, and can't convert images 2026-02-15 01:17:06 -05:00
Aster Fialla
be864a4d1b fixed additional argument in thens 2026-02-15 01:17:05 -05:00
Aster Fialla
7264fe0b1c fixed typo in thens 2026-02-14 22:40:43 -05:00
Aster Fialla
33ddc58c41 sequelize doesn't return exceptions when you query nothing so fixed the await handlers on those 2026-02-14 22:39:56 -05:00
Aster Fialla
e729cc770b getting rid of empty test files in repo until I figure them out 2026-02-14 22:15:49 -05:00
Aster Fialla
5c6b76b59b made setexpirationwarning not async 2026-02-14 22:15:49 -05:00
Aster Fialla
f0a36f430c adjusted enum wording 2026-02-14 22:15:49 -05:00
Aster Fialla
625be55328 removed console.logs 2026-02-14 22:15:49 -05:00
Aster Fialla
163bad02df adjusting attachment arguments to work 2026-02-14 22:15:49 -05:00
Aster Fialla
9919e8c4b1 adjusting attachment arguments to work 2026-02-14 22:15:49 -05:00
Aster Fialla
70ee8180ab adjusting member helper logic 2026-02-14 22:15:49 -05:00
Aster Fialla
55e34b1178 adjusting logic for parsing proxy tags 2026-02-14 22:15:49 -05:00
Aster Fialla
e88f66b2dc deleting unneeded commented out method 2026-02-14 22:15:49 -05:00
Aster Fialla
647474e2c2 adjusted errors in embed builder 2026-02-14 22:15:49 -05:00
Aster Fialla
7ef2adc689 updated package.json, moved stuff into src folder 2026-02-14 22:15:49 -05:00
Aster Fialla
83a2497ff4 updated imports and docstrings 2026-02-14 22:15:49 -05:00
Aster Fialla
89fe2c70b2 put braces around throw e 2026-02-14 22:15:49 -05:00
Aster Fialla
7c7b1f0202 hopefully correct error handling for real 2026-02-14 22:15:49 -05:00
Aster Fialla
3d36e6c9fc hopefully correct error handling for real 2026-02-14 22:15:49 -05:00
Aster Fialla
623d10a17e updated gitignore to ignore coverage folder 2026-02-14 22:15:49 -05:00
Aster Fialla
a2c0530118 adding jest and jest files 2026-02-14 22:15:49 -05:00
Aster Fialla
68629fd75d adding jest 2026-02-14 22:15:49 -05:00
Aster Fialla
6339da1592 desperately trying to make error handling work 2026-02-14 22:15:49 -05:00
Aster Fialla
d2007f5274 edited import docstrings and logic 2026-02-14 22:15:49 -05:00
Aster Fialla
c894002018 docstrings and more error description. 2026-02-14 22:15:49 -05:00
Aster Fialla
3e0ba190c1 adding enum 2026-02-14 22:15:49 -05:00
Aster Fialla
12e93ce69d wip import 2026-02-14 22:15:49 -05:00
Aster Fialla
415bf44f57 replaced trims with something that probably makes more sense, and added addfullmember method to prep for import 2026-02-14 22:15:49 -05:00
Aster Fialla
e602eefc5d hopefully added parsing for wrapping of proxies (at beginning, around, and end) 2026-02-14 22:15:49 -05:00
Aster Fialla
650f39266b hopefully added support for wrapping of proxies (at beginning, around, and end) 2026-02-14 22:15:49 -05:00