Commit Graph

59 Commits

Author SHA1 Message Date
Essem c6589dd507
Hardcoded color level values in deepfry, default to quantum depth of 8 2021-08-31 15:35:27 -05:00
Essem 560d3883ad
Made soos more smooth, added server count to prometheus, fixed unhandled soundplayer error 2021-08-16 23:04:11 -05:00
Essem cbc2918228
Fixed deepfry 2021-08-08 22:46:10 -05:00
Essem e44f5ba59d
Added font flag to caption 2021-08-06 22:27:50 -05:00
Essem d03967212e
Added more command flags, start documenting command flags, removed args argument from params function 2021-07-14 17:23:50 -05:00
Essem 74ee8988bf
Changed whisper font size 2021-07-12 16:53:54 -05:00
Essem 08e49537f9
Added whisper 2021-07-12 16:02:00 -05:00
Essem 2da505a778
Added deepfry, make jpeg work on GIFs 2021-06-29 17:26:22 -05:00
Essem 4672e8d6ad
Increase uncaption tolerance 2021-06-29 15:16:01 -05:00
Essem 41c8be04cf Added gif, detect if any image servers are disconnected 2021-06-28 17:59:05 -05:00
TheEssem 52d91b752d
Added snapchat, prevent image queue packet from being sent twice 2021-06-14 22:03:48 -05:00
TheEssem 248ea8a71b
Removed dedicated napi error handler 2021-05-23 17:25:00 -05:00
TheEssem 9fd9464cc5
Try a method for large meme text scaling 2021-05-22 22:24:34 -05:00
TheEssem 55a150c0c9
Check for trailing byte in speed 2021-05-17 23:44:28 -05:00
TheEssem 6149ede744
Scale meme text properly 2021-05-15 18:25:04 -05:00
TheEssem ad87722fd2
Changed blurple to reflect the new Discord rebrand 2021-05-13 17:19:28 -05:00
TheEssem 79bc36759c
Added support for DEBUG environment variable with image runner, make freeze use a similar method to speed 2021-05-13 17:11:13 -05:00
TheEssem e6b4db6e3e
Implemented a faster speed/slow method that doesn't require decoding the GIF 2021-05-11 23:05:38 -05:00
TheEssem 61758fa3bb
Pass an image buffer into the native functions instead of a URL 2021-05-11 14:25:02 -05:00
TheEssem 2b810c7c86 Re-add image job timeout, split dockerfiles, removed api from docker-compose, more fixes 2021-05-10 22:59:19 -05:00
TheEssem 073c337d3d Added uncaption, removed unncecessary log 2021-05-04 16:28:34 -05:00
TheEssem 9f7f4d21ba Fixed globe outputting still images 2021-05-04 16:27:35 -05:00
TheEssem 6a96686772 Add catch-all error handler to native image functions 2021-05-03 16:01:48 -05:00
TheEssem b7fe04c82b Added reddit, catch any errors in native functions 2021-04-26 09:47:03 -05:00
TheEssem 6cecd4b9d6 Make all native image functions synchronous 2021-04-24 17:54:47 -05:00
TheEssem 7db1aa880c Added argument support to slow/speed, made video detection also detect images 2021-04-19 20:15:32 -05:00
TheEssem e00671f0d5 Added argument to freeze for setting the end frame, speed is now aware of variable framerates 2021-04-19 11:04:24 -05:00
TheEssem cc82d32840 Fixed slow, changed clean to handle all env variables, changed database handling 2021-04-14 16:37:40 -05:00
Essem 40223ec8b5
Class commands, improved sharding, and many other changes (#88)
* Load commands recursively

* Sort commands

* Missed a couple of spots

* missed even more spots apparently

* Ported commands in "fun" category to new class-based format, added babel eslint plugin

* Ported general commands, removed old/unneeded stuff, replaced moment with day, many more fixes I lost track of

* Missed a spot

* Removed unnecessary abort-controller package, add deprecation warning for mongo database

* Added imagereload, clarified premature end message

* Fixed docker-compose path issue, added total bot uptime to stats, more fixes for various parts

* Converted image commands into classes, fixed reload, ignore another WS event, cleaned up command handler and image runner

* Converted music/soundboard commands to class format

* Cleanup unnecessary logs

* awful tag command class port

* I literally somehow just learned that you can leave out the constructor in classes

* Pass client directly to commands/events, cleaned up command handler

* Migrated bot to eris-sharder, fixed some error handling stuff

* Remove unused modules

* Fixed type returning

* Switched back to Eris stable

* Some fixes and cleanup

* might wanna correct this

* Implement image command ratelimiting

* Added Bot token prefix, added imagestats, added running endpoint to API
2021-04-12 11:16:12 -05:00
TheEssem 2d5eef2c8c Replaced retro with New And Improved™ variant 2021-03-31 21:04:58 -05:00
TheEssem 165fff0cf2 Fixed dispose weirdness with caption and spin 2021-03-06 11:39:54 -06:00
TheEssem 4a4822851f Fixed GIF detection stuff 2021-03-06 10:33:00 -06:00
adroitwhiz a74f2691a8
Remove redundant animationDelay calls (#68) 2021-02-25 15:31:10 -06:00
adroitwhiz 4842479001
Optimize dithering (#66) 2021-02-25 15:09:53 -06:00
TheEssem 3d85389638 Image commands now use optimizeTransparency instead of optimizeImageLayers 2021-02-12 18:22:36 -06:00
adroitwhiz 7167956a76
Stop using ffprobe to read GIF frame delay (#57)
* Stop using ffprobe to read GIF delay

* Default image delay to 0
2021-01-26 20:30:04 -06:00
TheEssem 940e16b232 Fixed caption font sizing 2020-11-09 22:04:29 -06:00
TheEssem 0600cf230f Caption now supports more unicode characters, more api work, fixed multiple bugs 2020-11-05 15:40:18 -06:00
TheEssem 925eb387dd Fixed issue with skip vote counts, added headless chrome IP to config, other fixes 2020-09-18 19:54:52 -05:00
TheEssem 719fdf5871 Changed include dirs, updated readme/packages, use more efficient command checking, fixed reverse 2020-09-12 13:57:25 -05:00
TheEssem 17b347761d Reverted qrread native module 2020-09-11 15:22:25 -05:00
TheEssem 81c291ffa7 Apparently some other commands had the same issue 2020-09-10 21:04:09 -05:00
TheEssem ecef687ed8 Fixed issue with speed on gifvs 2020-09-10 20:50:52 -05:00
TheEssem 4caec5aefa Fixed characters not being properly encoded, fixed images not being properly appended, more fixes 2020-09-09 21:36:20 -05:00
TheEssem 0d8e14ed90 Fixed invert (?) 2020-09-07 15:11:52 -05:00
TheEssem f415b3bb09 Changed image function syntax, improved dice, switched to fs.promises, might have also done other stuff but idk 2020-08-27 21:34:12 -05:00
TheEssem 70c4ff298f Added command usage count to help, remove nonexistent commands from database, add build method to package.json 2020-07-29 18:06:34 -05:00
TheEssem f9c8d6b26d A bit of cleanup 2020-07-28 09:38:55 -05:00
TheEssem a11fee5ff1 Move QR code decoding to c++ module 2020-07-27 18:02:59 -05:00
TheEssem 0ebd0a0cee Added crop and loop, fixed database not properly adding new commands 2020-07-23 17:43:39 -05:00