Commit Graph

64 Commits

Author SHA1 Message Date
Lucid 705bb73f19 Update action flow for detected links to prevent bot/program crashing.
Main / build-and-push-docker-image (20.x) (push) Successful in 4m9s
2026-04-01 17:11:37 -04:00
werewolfkid f72b04d49b Updated the increment mutation to take a number instead of a boolean. For instances when more than 1 group is detected. Like when parsing embeds and captions.
Main / build-and-push-docker-image (20.x) (push) Successful in 4m23s
2026-01-26 21:28:18 -05:00
werewolfkid 8157ca00a8 Updated embed check to include TikTok checks. Consolidated the code and removed unnecessary logic checks. 2026-01-26 21:27:30 -05:00
werewolfkid 5c5e2ee5ba updated pronouns
Main / build-and-push-docker-image (20.x) (push) Successful in 4m24s
2026-01-26 19:53:51 -05:00
werewolfkid cc4abb3385 Added tiktok filter 2026-01-26 19:53:09 -05:00
werewolfkid 299530b0dd Updated "blacklist" to be "banlist" 2026-01-26 19:52:57 -05:00
werewolfkid 8dce37fe08 Added functionality to fetch command list from bot stats site api. 2026-01-26 19:35:24 -05:00
werewolfkid 593083d994 Update file names. 2026-01-26 19:35:01 -05:00
werewolfkid d816568522 Moved env variables into function. 2026-01-26 19:34:25 -05:00
werewolfkid df433c1951 Added cache exchange urq, fixed eslint, added prettier, upgraded yarn, added statsSite command.
Main / build-and-push-docker-image (20.x) (push) Successful in 4m58s
2026-01-02 10:10:20 -05:00
werewolfkid c088d7c4a5 Added new commands. getGroupStats and registerGroup.
Main / build-and-push-docker-image (20.x) (push) Successful in 3m3s
2025-12-16 15:25:02 -05:00
werewolfkid 789803da59 Update imports and group info extraction from context. 2025-12-16 15:24:16 -05:00
werewolfkid 2050e61706 Added mutation key to features.
Main / build-and-push-docker-image (20.x) (push) Successful in 3m32s
2025-12-10 19:39:15 -05:00
werewolfkid 465fbf96c9 fixed env variable not working.
Main / build-and-push-docker-image (20.x) (push) Successful in 5m58s
2025-12-06 23:45:46 -05:00
werewolfkid 926df56972 Added graphql calls every time a feature is triggered, the bot responds to a command, and deletes a link 2025-11-27 18:17:34 -05:00
werewolfkid f2aa778722 Removed unused features 2025-11-27 18:16:03 -05:00
werewolfkid 2ba2cec399 Updated welcome message.
Main / build-and-push-docker-image (20.x) (push) Successful in 3m9s
2025-10-21 16:57:29 -04:00
werewolfkid 82476d4e1f Updated welcome message to include the requirements for the bot.
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 3m2s
2025-10-21 15:46:06 -04:00
werewolfkid d71e736bee Secured command to prevent spam from regular users.
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 3m1s
2025-10-21 15:09:21 -04:00
werewolfkid e0754cd03b Updated grammar. Added new messages. FUCK FASCISM!
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 3m8s
2025-10-21 14:38:25 -04:00
werewolfkid 10c84e1582 Changed bot features to .hears and used regex to detect commands.
Main / build-and-push-docker-image (20.x) (push) Successful in 3m10s
2025-10-21 14:13:40 -04:00
werewolfkid f7751b23a8 Updated commands to not check for group IDs.
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 3m13s
2025-10-20 20:07:28 -04:00
werewolfkid ffad9bfe90 Updated website url. 2025-10-20 20:07:09 -04:00
werewolfkid d7e71600a6 Update .on to .command. Added more information about the bot. 2025-10-20 20:06:56 -04:00
werewolfkid c2ea85acd1 Update .on to .command. Added more information about the bot. 2025-10-20 20:06:40 -04:00
werewolfkid c16c46ceeb Update .hears to .command 2025-10-20 20:06:21 -04:00
werewolfkid 1f22a05944 Remove unused commands. 2025-10-20 20:05:45 -04:00
werewolfkid b8ab3af485 Updated company name. Protected command from non admins. Added documentation.
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 1m6s
2025-09-29 01:08:10 -04:00
werewolfkid 3ed97ecabc Added documentation. Updated name of company. 2025-09-29 01:03:49 -04:00
werewolfkid db9079c8ea Removed unused feature. 2025-09-29 01:03:31 -04:00
werewolfkid f061275ce6 Added conditional to respond appositely to private messages. Added documentation. Denoted which commands are only available to admins or in private. 2025-09-29 01:03:15 -04:00
werewolfkid 5d5c96147c Added documentation. Protected the command from general use. 2025-09-29 01:01:51 -04:00
werewolfkid 0c2e08854e Added a default return 2025-09-29 01:00:49 -04:00
werewolfkid 07c7cec668 Added documentation and made this command only work in private. 2025-09-29 01:00:13 -04:00
werewolfkid dd06eb3f7c Removed unused feature. 2025-09-29 00:59:45 -04:00
werewolfkid f18685c371 Updated function name 2025-09-29 00:59:31 -04:00
Lucid Kobold 73d5de2362 escaped characters that were producing errors. 2025-07-04 19:20:36 -04:00
Lucid Kobold 9702b6b6ae Expanded feature to handle embedded links within media captions. Added comments. 2025-07-04 18:35:29 -04:00
Lucid Kobold 72a6e53d49 Refactor for centralized regex check module and regex syntax. Added comments. 2025-07-04 18:34:36 -04:00
Lucid Kobold e28aa399e5 Update embedCheck.ts
Update regex to escape special character .
2025-07-03 22:51:31 -04:00
Lucid Kobold 6a0724e60f Update twitterBlacklist.ts
Update regex to escape special character .
2025-07-03 22:50:51 -04:00
Lucid Kobold 9c839955bb Update metaBlacklist.ts
Update regex to escape special character .
2025-07-03 22:50:34 -04:00
Lucid Kobold 44883086a5 Upgrade dependencies 2025-06-20 16:07:34 -04:00
Lucid Kobold a2aae449d8 updated bot info 2025-06-20 16:01:48 -04:00
Lucid Kobold 56fd669547 Added embed feature 2025-06-20 16:01:33 -04:00
Lucid Kobold 457f310ee3 Made regex case insensitive 2025-04-23 13:37:20 -04:00
Lucid Kobold d0b20d6a82 Escaped illegal char. 2025-02-28 19:31:53 -05:00
Lucid Kobold 87df9ec1e9 Update readme and welcome command response. 2025-02-28 19:09:58 -05:00
Lucid Kobold 5e2bf6f268 added meta to the blacklist feature as its own file and function 2025-02-28 18:49:50 -05:00
Lucid Kobold 88f189c5e1 rename file, add new function 2025-02-28 18:49:30 -05:00