Commit graph

406 commits

Author SHA1 Message Date
murm
db9b70bf66 initial update 2023-03-15 10:09:09 -04:00
3272429cf6
Fix eval on large outputs 2023-03-14 18:12:29 -05:00
d236179639
Port explode/implode, add new playing messages 2023-03-11 15:35:11 -06:00
2bd00d7845
Fix restart, slightly stabilize voice leave event 2023-01-28 22:58:51 -06:00
3c16599126
Deduplicate vips shutdown, reformat natives, remove soos alias 2022-12-28 17:01:50 -06:00
5d8974d177
Added bounce 2022-12-28 14:24:22 -06:00
94f34fa40f
setting the bird on fire 2022-12-19 11:34:52 -06:00
14d5965caa
god dammit 2022-12-12 11:36:08 -06:00
samhza
ed25116851
Assorted db changes (#333)
* postgres: use transaction-scoped sql for upgrade

* database: combine fixGuild and addGuild into getGuild

* postgres, sqlite: simplify upgrade()

* allow running commands in DMs without prefix

this functionality was broken in
16095c0256 but is now fixed

* allow running esmBot without a database

Before this change, the only way to run esmBot without a database is to use the
dummy database driver which is broken but fails silently. THis can lead to a
confusing user experience. For instance, using `&command disable` with the
dummy database driver will tell you that the command has been disabled even
though it has not been.

This change adds support for running esmBot with no database driver by leaving
the DB= config option empty, and explicitly telling the user that some
functionality is now unavailable rather than failing silently like the dummy
driver.

* remove dummy database driver
2022-12-12 11:15:10 -06:00
345b525188
Properly ack Select Image requests, add client key to Tenor request, update packages 2022-12-12 11:07:58 -06:00
3ed65c3c86
Update readme, attempt some things, update packages 2022-11-26 13:31:40 -06:00
teo0781
ed8ec36136
Fix speechbubble (#326) 2022-11-11 16:48:39 -06:00
9b6856c54b
Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00
ede7b65b6a
Fixed stats 2022-11-01 01:41:45 -05:00
5d679dbb7a
Make broadcasts persistent, fix Postgres database upgrades, fix image slash commands with text not working in DMs 2022-10-25 12:37:55 -05:00
089b750838
Remove unnecessary guild check from host 2022-10-25 11:57:15 -05:00
8144a7a115
Fix image slash commands with text input 2022-10-24 17:12:10 -05:00
3662a2e51d
Refactor message prefix handling, lessen reliance on member caching, fix adding guilds in postgresql 2022-10-23 20:27:32 -05:00
0c08422555
Add connection checks for music commands, add a couple more messages, update packages 2022-10-11 22:36:45 -05:00
9ce4b470da
missed a spot 2022-10-11 10:51:56 -05:00
e5fd71b388
Remove "requires" command field, overhaul Lavalink connection, fix message objects not being properly sent 2022-10-11 10:46:10 -05:00
2de57df9a9
how 2022-10-10 15:28:06 -05:00
0ce38d8719
Change ancient/cat endpoint 2022-10-10 15:15:25 -05:00
ba46701589
Added option to disable YouTube support 2022-10-10 11:53:45 -05:00
2e7330636b
Add squish 2022-10-07 13:26:12 -05:00
7c9f22cd34
Fix interaction response object issue, fix soundplayer voice state detection 2022-10-04 13:23:23 -05:00
c5b50cf73b
Make uncanny skip hidden/non-PNG files 2022-10-01 12:03:37 -05:00
c70f86607f
Fixes for thread channels, voice commands, image handling, and snowflake, update packages 2022-09-27 14:46:07 -05:00
238f44967b
Fix emote, help, and Select Image 2022-09-24 12:58:59 -05:00
d7597ee2b0
Port avatar and banner, permission fixes 2022-09-24 12:25:19 -05:00
d68ff19e4d
Fix playing statuses, fix large image posting, fix music slash command 2022-09-24 11:26:56 -05:00
49a60bba96
Fix some permission checks, fix avatar URLs 2022-09-23 23:50:59 -05:00
888f2f8b4a
Initial Oceanic port (still unfinished), update packages, remove serverinfo and userinfo 2022-09-23 22:25:16 -05:00
bf90ae108a
info/stats fixes 2022-09-23 17:41:28 -05:00
4f66519aa7
Load fonts directly from assets directory, fix image buffer issues 2022-09-22 23:44:54 -05:00
db0decf71a
Replace eris-fleet with a pm2-based cluster system, overhaul image handling, removed azure image api 2022-09-21 00:05:03 -05:00
121615df63
Replace pg with postgres, add swirl alias, await ping edit, added debug scripts to package.json 2022-09-12 16:45:32 -05:00
3eae453de3
Centralize text encoding 2022-09-10 23:48:44 -05:00
20f4849fee
Convert unnecessary async functions 2022-09-10 23:18:44 -05:00
239d69d6d3
Refactor command reloading 2022-09-10 23:06:40 -05:00
e474d838b0
Allow classic commands in DMs even when disabled, add channel name to music end message, better check for API_TYPE, update docs 2022-09-09 14:55:03 -05:00
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
3392c3c89e
Improve VC leave handling, host now lets you get the current session host, swapped skip/sticker alias, updated xm plugin 2022-08-27 13:27:42 -05:00
e8337c40f4
Fixed owner override in music commands 2022-08-26 20:55:24 -05:00
ac871cb453
Clean up now playing embeds, lower volume, make seek accept a timestamp 2022-08-25 10:36:12 -05:00
1cafef76d7
Added nowplaying alias, update lava-xm-plugin, only require natives when processing images locally, reimplement cache limit 2022-08-22 12:44:25 -05:00
da6f95aad8
Migrate to undici, try new method for getting image size/type/data 2022-08-11 11:46:56 -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