6aa1bf7ff6
Some image fixes, updated packages
2022-01-29 15:04:41 -06:00
17819881f6
v1.7.1
2022-01-26 23:25:13 -06:00
c80acc89bc
Merge branch 'master' of github.com:esmBot/esmBot
2022-01-22 23:16:59 -06:00
ad467c8483
Change eris-fleet version to upstream
2022-01-22 23:16:55 -06:00
dependabot[bot]
e000f37847
Bump node-fetch from 3.1.0 to 3.1.1 ( #222 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-22 22:51:26 -06:00
64462f2202
Revert qrcreate/qrread removal
...
The impact wasn't too bad in retrospect
2022-01-12 19:47:36 -06:00
a9a404d1e1
v1.7.0
2022-01-04 20:31:18 -06:00
33c00f2954
Update to latest eris-fleet, fixed reload bug
2022-01-04 14:05:24 -06:00
c0dbb2f733
Moved to cmake.js, updated packages
2021-12-30 22:45:32 -06:00
1a76d4d0c4
Fixed avatar arg issue, fixed motivate bottom text
2021-12-30 14:27:18 -06:00
fbefd0f10a
Tweak zamn, switch Eris to stable, added playing message, fix ping sending multiple messages
2021-12-02 18:12:42 -06:00
e179b923f0
Update packages
2021-11-20 00:55:25 -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
ef5023b639
Made seek more precise, added notice to readme
2021-11-09 17:42:18 -06:00
636161ad99
Switch to eris dev yet again
2021-09-30 23:54:32 -05:00
1b4348fcb3
Removed qrcreate/qrread
2021-09-27 00:47:48 -05:00
a80355bced
v1.6.4
2021-09-24 23:35:09 -05:00
ad92744808
v1.6.3
2021-09-15 23:55:54 -05:00
c59a0bf0c4
Pause music when everyone leaves the voice channel, try a slightly different approach to voice events
2021-09-13 17:24:15 -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
a81c93ece9
v1.6.2
2021-08-13 22:26:29 -05:00
53da26e5de
v1.6.1
2021-08-09 10:31:58 -05:00
f2ace6ee52
Fixed durations
2021-08-06 15:39:04 -05:00
24fe0941c3
v1.6.0
2021-08-05 11:34:58 -05:00
49ae7578fe
Removed MongoDB support
2021-08-04 13:31:29 -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
ecc6d98aec
Added sqlite database support, connect new argument parser to message handler
2021-07-01 23:42:12 -05:00
41c8be04cf
Added gif, detect if any image servers are disconnected
2021-06-28 17:59:05 -05:00
acacfb0999
v1.5.7
2021-06-26 16:09:47 -05:00
a0a32c31b9
Switched image API from raw TCP to websockets, removed selective image reading code
2021-06-18 00:10:11 -05:00
ba3e92b1de
Update packages, removed redundant Eris dependency
2021-06-01 22:48:28 -05:00
44f3965fc3
v1.5.6
2021-06-01 22:05:00 -05:00
c72526cc2b
v1.5.5
2021-05-24 14:00:39 -05:00
3935a7490a
Switched image result provider from DuckDuckGo to Searx
2021-05-22 11:05:21 -05:00
0f5de673fe
v1.5.4
2021-05-17 17:18:39 -05:00
6149ede744
Scale meme text properly
2021-05-15 18:25:04 -05:00
e6e1ca61d3
Reverting dockerfiles since they seem to be causing issues for people
2021-05-13 21:56:14 -05:00
42188ee6d4
v1.5.3
2021-05-11 11:39:59 -05:00
2b810c7c86
Re-add image job timeout, split dockerfiles, removed api from docker-compose, more fixes
2021-05-10 22:59:19 -05:00
afeff51ffe
v1.5.2
2021-05-06 16:07:57 -05:00
41555424f4
v1.5.1
2021-04-29 18:18:40 -05:00
19922858f2
Fixed some issues regarding eris-sharder and newer eris versions
2021-04-29 16:56:32 -05:00
6ed594a177
possible dbl fix?
2021-04-21 13:35:06 -05:00
78f927a6fa
v1.5.0
2021-04-21 12:45:13 -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
ff8a24d0e8
Switched back to Eris dev channel to prevent logspam
2021-04-01 09:09:59 -05:00
2d5eef2c8c
Replaced retro with New And Improved™ variant
2021-03-31 21:04:58 -05:00
64ab2b9bc1
v1.4.6
2021-03-30 17:09:45 -05:00