Commit Graph

81 Commits

Author SHA1 Message Date
Essem ec6fb7de37
Added tolerance option to uncaption, fixed nogif return type 2022-02-17 08:46:02 -06:00
Essem 7248621048
Specify that image commands also work on GIFs 2022-01-26 12:53:20 -06:00
Essem 92926e04a2
Added alias for soos, check if loaded commands end in .js, updated packages 2022-01-23 20:57:11 -06:00
Essem 715ed3bb7b
Added quality option to jpeg, adjusted CMakeLists, more tweaks 2022-01-20 22:52:29 -06:00
Essem f71f18fc5d
Added grayscale and sepia 2021-12-14 01:16:23 -06:00
Essem 30bcb7a969
Added extra font support to some other commands, handle overflow on image api 2021-12-06 01:25:38 -06:00
Essem fbefd0f10a
Tweak zamn, switch Eris to stable, added playing message, fix ping sending multiple messages 2021-12-02 18:12:42 -06:00
ItsODRJR 98b812e0d3
ZAMN Image Command (#195)
* Add files via upload

* Add files via upload

* Update image.cc

* Add files via upload
2021-12-02 18:05:52 -06:00
Essem a98601e2e8
this sucks i hate the british 2021-11-25 17:38:42 -06:00
Essem 6689e7d709
Added support for British flags to flag, updated region-flags repo URL 2021-11-25 17:14:41 -06:00
Essem fa14ce7c35
Added case special arg to meme, added new playing messages 2021-10-29 22:48:50 -05:00
kemal 1cf53f9584
fix up transgender and pirate flag comparisons in flag.js (#170)
solves issue #169
tested on a self-host by my friend
2021-10-28 11:49:09 -05:00
Essem ae2ebe0337
Port to ESM modules (haha funny), removed cache request, many other changes that I forgot about 2021-08-19 09:19:14 -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 ef0e1bcf95
Fixed getting users 2021-07-17 18:48:07 -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 08e49537f9
Added whisper 2021-07-12 16:02:00 -05:00
Essem ecc6d98aec
Added sqlite database support, connect new argument parser to message handler 2021-07-01 23:42:12 -05:00
Essem 2da505a778
Added deepfry, make jpeg work on GIFs 2021-06-29 17:26:22 -05:00
TheEssem 52d91b752d
Added snapchat, prevent image queue packet from being sent twice 2021-06-14 22:03:48 -05:00
TheEssem 5afff62677
Fixed speed issue 2021-06-09 22:50:14 -05:00
TheEssem 03ed19d239
how did I overlook this 2021-05-24 14:31:44 -05:00
TheEssem ad87722fd2
Changed blurple to reflect the new Discord rebrand 2021-05-13 17:19:28 -05:00
TheEssem 11ab4ad1d4 Fixed flag returning an error on a nonexistent flag 2021-05-06 15:17:34 -05:00
TheEssem 073c337d3d Added uncaption, removed unncecessary log 2021-05-04 16:28:34 -05:00
TheEssem b7fe04c82b Added reddit, catch any errors in native functions 2021-04-26 09:47:03 -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 d1036eb369 Added kinemaster 2021-04-15 17:55:05 -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