Commit graph

50 commits

Author SHA1 Message Date
9788314868
Make Select Image always return an ephemeral image, fix playing suffix 2022-09-01 15:03:16 -05:00
603e732704
Remove creation date from mkdocs, added ability to limit owner commands to certain server, don't append help command to end of playing message if classic commands are disabled, fix interaction upload size 2022-09-01 10:40:55 -05:00
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
7fae0c1582
Added command blacklist, added ability to toggle command types 2022-08-22 13:03:27 -05:00
81ff5ae0ab
Move config files to new directory 2022-07-26 10:38:42 -05:00
551c7294b5
Some tweaks 2022-06-25 12:45:42 -05:00
10becff3a0
Replace Lavalink wrapper, migrate to pnpm, add ko-fi sponsor link 2022-06-14 00:38:01 -05:00
a91c73b5bd
More slash commands, rework soundboard commands, added generic music and soundboard commands, tweak speechbubble 2022-04-04 22:05:28 -05:00
c821d91254
More slash command work 2022-03-31 14:53:22 -05:00
2cffdf6628
Lots of slash command work, added workaround for eris-fleet request debugging 2022-03-31 00:42:03 -05:00
57cd37d1eb
Improve running the bot in a global context 2022-03-11 20:28:35 -06:00
d00bc32b01
Properly catch large images 2022-02-23 15:51:20 -06:00
c568423870
Added support for database updates/migration, added guild access timestamps 2022-02-18 23:05:41 -06:00
75674f5beb
Change event loading logic 2022-01-25 15:27:31 -06:00
92926e04a2
Added alias for soos, check if loaded commands end in .js, updated packages 2022-01-23 20:57:11 -06:00
ad467c8483
Change eris-fleet version to upstream 2022-01-22 23:16:55 -06:00
6475c91fbc
Fixed improper OUTPUT variable checking 2022-01-07 17:11:30 -06:00
514166c79f
Added remove, fixed reload and broadcast 2021-11-21 14:23:25 -06:00
264b59ba59
Added fartreverb, added shuffle, fixed reload error messages, fixed some possible bugs 2021-09-20 12:26:40 -05:00
a3b617233a
Fixed docker-compose help doc output, added start/finish logs to command/event loading 2021-09-13 12:54:27 -05:00
f0e19d6ad3
Added sticker, reimplemented reload, removed user count from stats 2021-08-23 00:37:09 -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
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
cb3afa0050
Increased prefix/disabled channel cache limit 2021-08-08 19:45:40 -05:00
84e3b13922
another small fix 2021-07-31 22:26:48 -05:00
7b07f82285
Added broadcast 2021-07-31 00:04:38 -05:00
a91720c598
Some fixes 2021-07-06 07:53:09 -05:00
97050f0cf1
Attempt to move image processing to an eris-fleet service 2021-07-05 19:20:21 -05:00
299663adf8
Port to eris-fleet 2021-07-04 23:15:27 -05:00
ae8b121d03
Added server/user count to stats, fixed message not showing on tenor/large image errors 2021-06-29 14:10:22 -05:00
4d3e1655e0
A little bit more image work 2021-06-18 19:10:13 -05:00
4231b0d2a2
Merge branch 'master' of https://github.com/esmBot/esmBot 2021-05-22 10:10:51 -05:00
96f8ec6353
Make soundreload apply to all clusters 2021-05-22 10:10:42 -05:00
f80d6ad31f
Don't run help generator if it isn't loaded 2021-05-21 19:08:26 -05:00
666f9b9912
Clarify restart message 2021-05-11 12:13:33 -05:00
364d8bf006 Made command outputs post as replies, fixed status changing on cluster restart, extra stuff 2021-05-11 11:12:01 -05:00
073c337d3d Added uncaption, removed unncecessary log 2021-05-04 16:28:34 -05:00
e5d9388952 Added command counts to Prometheus metrics 2021-05-03 08:49:55 -05:00
dd748fbc60 just some fixes 2021-05-03 08:30:07 -05:00
Samuel Hernandez
a868fd0698
Add serving metrics for Prometheus
Co-authored-by: TheEssem <smswessem@gmail.com>
2021-05-02 16:16:48 -04:00
56113a1cf8 Fixed some DM command issues, made reload and restart use IPC 2021-04-30 12:31:53 -05:00
19922858f2 Fixed some issues regarding eris-sharder and newer eris versions 2021-04-29 16:56:32 -05:00
ebfab817d7 Added support for multiple processing emojis, fixed issue with local image processing 2021-04-23 15:03:48 -05:00
e10a277f65 Fixed help command not being properly generated 2021-04-22 09:21:58 -05:00
6ed594a177 possible dbl fix? 2021-04-21 13:35:06 -05:00
581518714a band-aid fix for an issue 2021-04-21 13:08:52 -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