Commit Graph

27 Commits

Author SHA1 Message Date
murm db9b70bf66 initial update 2023-03-15 10:09:09 -04:00
Essem ede7b65b6a
Fixed stats 2022-11-01 01:41:45 -05:00
Essem d7597ee2b0
Port avatar and banner, permission fixes 2022-09-24 12:25:19 -05:00
Essem 888f2f8b4a
Initial Oceanic port (still unfinished), update packages, remove serverinfo and userinfo 2022-09-23 22:25:16 -05:00
Essem bf90ae108a
info/stats fixes 2022-09-23 17:41:28 -05:00
Essem 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
Essem 398ce07bd2
Improve voice connection checking, take advantage of optional chaining operators 2022-07-23 16:02:04 -05:00
Essem 9ff41267e9
Change method of getting owner in stats 2022-06-24 16:30:50 -05:00
Essem 2cffdf6628
Lots of slash command work, added workaround for eris-fleet request debugging 2022-03-31 00:42:03 -05:00
Essem 57cd37d1eb
Improve running the bot in a global context 2022-03-11 20:28:35 -06:00
Essem fae75db44a
Switched to content.embeds 2021-11-09 22:09:10 -06:00
Essem 340ef45b17
Allow for multiple bot owners to be set 2021-11-02 19:43:37 -05:00
Essem abfbfe14fe
Added commit hash to info/stats, point readme/info to steel's current twitter 2021-09-16 21:37:36 -05:00
Essem f62775df61
Check if cluster entry exists before showing memory usage in stats 2021-09-15 23:42:29 -05:00
Essem f0e19d6ad3
Added sticker, reimplemented reload, removed user count from stats 2021-08-23 00:37:09 -05:00
Essem 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
Essem 4684db06e8
Acommodate for possible missing stats 2021-08-17 23:45:41 -05:00
Essem 4ee7f65a04
how do I keep making these mistakes 2021-08-06 15:42:43 -05:00
Essem f2ace6ee52
Fixed durations 2021-08-06 15:39:04 -05:00
Essem 299663adf8
Port to eris-fleet 2021-07-04 23:15:27 -05:00
Essem 0af6533276
Fixed info/stats not properly getting owner 2021-07-03 23:33:28 -05:00
Essem ae8b121d03
Added server/user count to stats, fixed message not showing on tenor/large image errors 2021-06-29 14:10:22 -05:00
TheEssem 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
TheEssem b7a847b612
Add instance owner info to stats/info commands 2021-06-21 17:12:17 -05:00
TheEssem 56113a1cf8 Fixed some DM command issues, made reload and restart use IPC 2021-04-30 12:31:53 -05:00
TheEssem 19922858f2 Fixed some issues regarding eris-sharder and newer eris versions 2021-04-29 16:56:32 -05:00
Essem 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