531d7915bb
Removed some disabled events, filter out more data URIs
2021-08-27 21:38:33 -05:00
f0e19d6ad3
Added sticker, reimplemented reload, removed user count from stats
2021-08-23 00:37:09 -05:00
7009ff339f
Fixed help not working with page generator disabled
2021-08-19 16:49:58 -05:00
cb895900d5
Fixed sqlite, disabled reload
2021-08-19 15:31:51 -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
516570efe4
Add timeouts to many projectlounge requests, fixed command bug
2021-08-18 08:07:55 -05:00
4684db06e8
Acommodate for possible missing stats
2021-08-17 23:45:41 -05:00
fd573415f1
Remove all references to reactions
2021-08-13 21:36:13 -05:00
e3fca9f4e9
Fixed pagination and typing in DMs
2021-08-13 21:34:44 -05:00
a75c55a1ca
Fixed disabled commands on SQLite
2021-08-13 14:24:26 -05:00
9f36a79a2b
Added command, reverted database service split
2021-08-12 22:28:09 -05:00
da709c485f
Make pagination use interactions instead of reactions, filter out base64 images in image
2021-08-12 18:45:17 -05:00
b2c7a43baa
Convert database handler into service, fix skip issue with sound player
2021-08-10 16:34:29 -05:00
4dc1b9f5a9
Removed link from image title, handle undefined guilds
2021-08-09 11:12:47 -05:00
14855f2a07
Fixed restart
2021-08-07 15:50:47 -05:00
4ee7f65a04
how do I keep making these mistakes
2021-08-06 15:42:43 -05:00
f2ace6ee52
Fixed durations
2021-08-06 15:39:04 -05:00
a1e4920c4d
Added image timeout message
2021-08-05 20:41:30 -05:00
b24982a298
my suffering never ends
2021-08-01 07:16:43 -05:00
65c4dbae6a
Reverted the last revert and actually fixed the issues with the timestamp format
2021-08-01 06:42:42 -05:00
ac1ff1e923
Reverted timestamp changes
2021-08-01 06:31:11 -05:00
7b07f82285
Added broadcast
2021-07-31 00:04:38 -05:00
f77def1c0e
Added permission check to help, increase image safesearch level
2021-07-26 14:43:10 -05:00
7f0f2fb789
Replaced raw date text with Discord formatted dates, added flag info to help, added note to cat
2021-07-23 11:13:43 -05:00
ef0e1bcf95
Fixed getting users
2021-07-17 18:48:07 -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
0af6533276
Fixed info/stats not properly getting owner
2021-07-03 23:33:28 -05:00
93d2b0e5ce
Renamed gif to raw and fixed message, removed GOOGLE variable from .env.example
2021-07-03 22:05:00 -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
41c8be04cf
Added gif, detect if any image servers are disconnected
2021-06-28 17:59:05 -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
b7a847b612
Add instance owner info to stats/info commands
2021-06-21 17:12:17 -05:00
4d3e1655e0
A little bit more image work
2021-06-18 19:10:13 -05:00
03ed19d239
how did I overlook this
2021-05-24 14:31:44 -05:00
97012f4087
Eh, why not
2021-05-23 22:46:36 -05:00
3935a7490a
Switched image result provider from DuckDuckGo to Searx
2021-05-22 11:05:21 -05:00
96f8ec6353
Make soundreload apply to all clusters
2021-05-22 10:10:42 -05:00
b4320303ce
Fixed youtube
2021-05-17 10:13:29 -05:00
787eb347f6
Changed Tenor API url, account for ratelimits, switch Member#permission to Member#permissions
2021-05-14 09:31:12 -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
e8834c072a
Properly handle closing an image server connection, switch some "on" instances to "once"
2021-05-06 16:40:05 -05:00
e5d9388952
Added command counts to Prometheus metrics
2021-05-03 08:49:55 -05:00
56113a1cf8
Fixed some DM command issues, made reload and restart use IPC
2021-04-30 12:31:53 -05:00
e0e0c9c7d4
More hotfixing
2021-04-29 19:03:03 -05:00
19922858f2
Fixed some issues regarding eris-sharder and newer eris versions
2021-04-29 16:56:32 -05:00
c67499af9d
Added initial support for detecting videos, prevent music messages from showing on soundboard commands, fixed(?) permission checking
2021-04-19 09:31:39 -05:00
51e06c256a
Some fixes
2021-04-12 16:54:44 -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