Commit Graph

298 Commits

Author SHA1 Message Date
Ean Milligan 9a5574f91e move utils around 2025-05-03 20:58:18 -04:00
Ean Milligan 3e6844ed10 remove mod.d.ts since all types have been relocated now 2025-05-03 20:53:17 -04:00
Ean Milligan f2797e6c33 update common embed location, move some back into their own files 2025-05-03 20:47:58 -04:00
Ean Milligan f6eb3b2b69 fix gm roll mentions, fix api gm roll, add link back to original roll message in gm message 2025-05-03 19:54:42 -04:00
Ean Milligan 4de1115fa9 add type 2025-05-03 19:11:18 -04:00
Ean Milligan 99c2d096f7 add default param 2025-05-03 19:06:43 -04:00
Ean Milligan b7e58f56a5 Add support for variables (pulling from previous commands in same message) 2025-05-03 18:15:51 -04:00
Ean Milligan d142b35522 fix -number check to identify +-1 and collapse the +-1 into "+" and "-1" instead of "+" "-" and "1" 2025-05-03 17:06:38 -04:00
Ean Milligan d094efb279 log error in artigen 2025-05-03 17:01:59 -04:00
Ean Milligan 7808093bc7 add initial value to reduce 2025-05-03 16:49:00 -04:00
Ean Milligan 9d7aed2773 remove redundant gmModifiers 2025-05-03 10:15:04 -04:00
Ean Milligan c31436e45d turn off debug mode 2025-05-03 10:03:14 -04:00
Ean Milligan 829ec0ecea move getModifiers into artigen, simplify its error handling a lot 2025-05-03 09:54:25 -04:00
Ean Milligan 9bd757741b remove logging from loopmanager 2025-05-03 09:25:59 -04:00
Ean Milligan bb9a2014ed Move getRollConf to new file, move loopCountChecker to a manager file, implement loopCountCheck on all loops inside artigen 2025-05-03 09:22:07 -04:00
Ean Milligan c6c1a8918e rename entry to artigen.runCmd instead of parser 2025-05-03 08:56:30 -04:00
Ean Milligan bd8f7c8a6f change all object types to interface 2025-05-03 08:52:21 -04:00
Ean Milligan 69f95bf701 organize artigen's types 2025-05-03 08:50:33 -04:00
Ean Milligan c9aff85452 Move RollModifiers to live in artigen 2025-05-03 08:31:07 -04:00
Ean Milligan 1b2851353e move some files around, organize imports 2025-05-03 08:25:00 -04:00
Ean Milligan 07e76733ec some renames 2025-05-03 08:21:11 -04:00
Ean Milligan 8befcc1ca1 typing cleanup 2025-05-03 08:12:05 -04:00
Ean Milligan 9582d91ac1 fix imports on db files 2025-05-03 08:02:07 -04:00
Ean Milligan 03a2acc386 BIIIIIG change here: NESTED ROLLS :D
Also, start the reorganization of artigen to support nesting better, make smaller more readable files, and better named functions
2025-05-03 07:51:12 -04:00
Ean Milligan bdec5e7850 fix bruno docs 2025-05-02 14:12:22 -04:00
Ean Milligan a7856bc3f2 minor formatting change 2025-05-01 23:43:19 -04:00
Ean Milligan 2b579eb4ac break rollUtils into multiple files 2025-05-01 23:41:23 -04:00
Ean Milligan 730c441645 another rename for clearer stuff 2025-05-01 23:24:45 -04:00
Ean Milligan 7053c25719 reorganize worker management and queue management to be better 2025-05-01 23:19:08 -04:00
Ean Milligan 6ab0923d71 how did i never catch this, if prefix is not 2 characters it breaks, this allows it to be anything 2025-05-01 18:20:23 -04:00
Ean Milligan 7230a7e6b5 Apparently that import map affects deno run as well, fixed so bot runs now 2025-05-01 18:19:57 -04:00
Ean Milligan c981fe5664 [untested] - apply import order to artigen 2025-05-01 18:09:18 -04:00
Ean Milligan cb00147f6b [untested] whoops wasn't supposed to add that... 2025-05-01 18:01:54 -04:00
Ean Milligan f50dec29c7 [untested] - deno fmt 2025-05-01 18:01:23 -04:00
Ean Milligan 6e1c6e8db3 [untested] - start reorganizing the solver folder (renamed to artigen here), organize imports better since deno has support for it now 2025-05-01 17:56:06 -04:00
Ean Milligan b9c7fac984 add comma totals decorator 2025-04-29 18:02:51 -04:00
Ean Milligan 861d1e00cd deno fmt 2025-04-29 18:02:00 -04:00
Ean Milligan ed60f10d04 add guild size dist to audit guilds 2025-04-29 17:42:41 -04:00
Ean Milligan 047d41a20e support all one arg Math functions 2025-04-29 04:11:06 -04:00
Ean Milligan 57bde22e1a remove erroneous console.log 2025-04-29 04:10:52 -04:00
Ean Milligan 0250135c5f improve audit guilds, show counts of duplicate guild owners 2025-04-29 03:16:41 -04:00
Ean Milligan 15ecb45e65 add additional paren balance check 2025-04-29 02:41:31 -04:00
Ean Milligan ba51bd471c update auditGuilds to sort guilds by largest to smallest 2025-04-28 23:26:14 -04:00
Ean Milligan 8cf55aacf5 add time param to heatmap to try to prevent caching of the image on discord 2025-04-28 23:07:30 -04:00
Ean Milligan 3864cb91fc Add support for d% dice 2025-04-28 22:57:49 -04:00
Ean Milligan f44014c22a add query timing to stats command 2025-04-28 22:57:23 -04:00
Ean Milligan 1e350d4e2a force space between all results all the time, means we don't need the regex fixers 2025-04-28 20:28:26 -04:00
Ean Milligan bba4217bd7 make result auto pluralize 2025-04-28 19:50:54 -04:00
Ean Milligan 6b198ecb47 add new error to catch [[floor1_1d3]] and error out correctly 2025-04-28 19:36:54 -04:00
Ean Milligan ac8602f598 Add support for floor/abs/other math operators 2025-04-28 19:17:01 -04:00