mrmBot-Matrix/utils
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
..
database Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
pagination Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
awaitrejoin.js Added initial music commands and category, moved lavalink node config to separate file 2020-07-06 15:19:30 -05:00
collections.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
convertdb.js Switch to postgres in docker compose 2021-03-18 11:19:08 -05:00
database.js Moved database driver-specific code to their own files 2020-12-18 18:50:25 -06:00
handler.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
help.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
image-runner.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
image.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
imagedetect.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
logger.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
misc.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
parseCommand.js add parseCommand so it shows me on the esmbot github (#34) 2020-12-25 18:14:10 -06:00
psqlinit.sh Switch to postgres in docker compose 2021-03-18 11:19:08 -05:00
soundplayer.js Class commands, improved sharding, and many other changes (#88) 2021-04-12 11:16:12 -05:00
urlcheck.js Reject feedback messages if they contain links, increased image request timeout, some other fixes 2020-08-13 08:47:41 -05:00
wrap.js Initial commit 2019-09-13 15:02:41 -05:00