Commit graph

66 commits

Author SHA1 Message Date
d33a7804d7
Added (hacky) message command support, lots of work to prepare for message content intent enforcement, improve broadcast, remove evalraw, update packages 2022-08-31 20:00:34 -05:00
7c1cbbc54b
Don't start prometheus service if disabled 2022-08-25 10:36:44 -05:00
d4e36410ce
Disable concurrency in eris-fleet in favor of the eris implementation 2022-08-13 12:40:22 -05:00
4265e3e914
Make log files rotate, clean up separated text input, add more uncanny images, use a more reliable method to get the instance owner username 2022-08-03 20:54:07 -05:00
1713387ffd
Store directory size cache inside eris-fleet central store 2022-07-19 23:27:43 -05:00
1948c32277
Make THRESHOLD functionality more aggressive 2022-07-17 12:46:52 -05:00
5106b3f21f
Re-enable all disabled events, move back to Eris stable 2022-06-14 22:58:25 -05:00
80d4204538
A few threshold tweaks 2022-06-11 14:30:04 -05:00
242f81f721
Merge branch 'master' of https://github.com/bjcscat/esmBot into bjcscat-master 2022-06-09 21:26:23 -05:00
6e6dfb4887
Add new messages, add count alias, update packages 2022-06-09 15:17:33 -05:00
2cffdf6628
Lots of slash command work, added workaround for eris-fleet request debugging 2022-03-31 00:42:03 -05:00
52e038c88e
Improve message checking, enable central request handler 2022-03-17 14:28:35 -05:00
57cd37d1eb
Improve running the bot in a global context 2022-03-11 20:28:35 -06:00
bjcscat
c3793203e3 recursive instead of using du utility 2022-03-10 21:24:24 +00:00
3ffb7f4949
Fixed pagination jump limit, fixed debug logging 2022-03-10 14:24:03 -06:00
27215598f9
Try this a different way 2022-02-22 09:20:52 -06:00
bc9eb12b5a
Move database migration, removed guild modified times, added XM plugin to lavalink config 2022-02-21 18:55:25 -06:00
55f6271cd9
Fix running the bot outside of Git 2022-02-18 10:39:40 -06:00
5da6207f8a
Moved image require to service 2022-01-29 15:08:27 -06:00
6aa1bf7ff6
Some image fixes, updated packages 2022-01-29 15:04:41 -06:00
776043393d
Don't disable THREAD_LIST_SYNC event 2022-01-25 15:16:08 -06:00
e1cfbff5a8
Improved pagination, empty value checks, and bigints 2022-01-14 23:26:38 -06:00
6802c52316
Disable central request handler until it's fixed 2022-01-07 12:20:45 -06:00
fd77ace48e
Added node version check, some cleanup 2022-01-07 11:44:18 -06:00
stupid cat
5db8873807
allow THREAD_CREATE event (#203) 2021-12-16 12:55:41 -06:00
6494dcdcb4
Get user info over REST if it's not cached 2021-12-13 17:09:05 -06:00
536b931ead
Updated packages, take advantage of new eris-fleet features, fixed issue where messages wouldn't send 2021-11-12 17:21:43 -06:00
f5a0fa5f7c
Catch image load warnings, set message limit to 50, don't crash the bot if .git is missing 2021-10-23 13:58:19 -05:00
abfbfe14fe
Added commit hash to info/stats, point readme/info to steel's current twitter 2021-09-16 21:37:36 -05:00
531d7915bb
Removed some disabled events, filter out more data URIs 2021-08-27 21:38:33 -05:00
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
382480e1c7
Fixed issue with pagination message 2021-08-14 16:15:21 -05:00
5e8c587c41
Improved tag retrieval, blacklisted a ton of events, fixed skip issue for real 2021-08-14 08:00:16 -05:00
fd573415f1
Remove all references to reactions 2021-08-13 21:36:13 -05:00
9f36a79a2b
Added command, reverted database service split 2021-08-12 22:28:09 -05:00
b2c7a43baa
Convert database handler into service, fix skip issue with sound player 2021-08-10 16:34:29 -05:00
3ce2352d1c
Log error/warn to stderr 2021-08-09 10:54:56 -05:00
75801687a4
Re-add Prometheus metrics 2021-07-06 09:22:51 -05:00
97050f0cf1
Attempt to move image processing to an eris-fleet service 2021-07-05 19:20:21 -05:00
736207075b
winston is back, baby 2021-07-05 08:14:52 -05:00
299663adf8
Port to eris-fleet 2021-07-04 23:15:27 -05:00
269cba3ce3
Fixed permission updates not being properly cached 2021-06-26 17:16:13 -05:00
4cdd59dfcd
Made youtube use searx for results, fall back to dummy db when none is specified, added cluster to stats, more QOL changes 2021-06-26 15:56:02 -05:00
19922858f2 Fixed some issues regarding eris-sharder and newer eris versions 2021-04-29 16:56:32 -05:00
33808685f3 stats.shards isn't a valid field lmao 2021-04-26 21:53:27 -05:00
f44abc5576 how did this one even slip by 2021-04-24 17:45:59 -05:00
6ed594a177 possible dbl fix? 2021-04-21 13:35:06 -05:00
e209199134 Handle cases where error message can't be sent, added intents, disable private channels collection 2021-04-14 19:57:35 -05:00
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
5d2e2b5274 Upgraded retrotext and DBL posting packages, fixed mention prefixes and DM commands 2021-03-18 09:29:03 -05:00