cswimr · he/him
  • Kentucky, United States of America
  • https://me.csw.im
  • Hey! I'm the site administrator for CoastalCommits, read my profile for more information!

  • Joined on 2023-07-12
cswimr pushed to aurora-hybrid at cswimr/SeaCogs 2024-03-07 15:03:58 -05:00
16a37691b5 feat(aurora): converted note to a hybrid command
cswimr pushed to aurora-hybrid at cswimr/SeaCogs 2024-03-07 15:00:11 -05:00
354b505e6e Merge branch 'main' into aurora-hybrid
fdb785ffd7 feat(backup): allow for retrieving backup exports from bot messages if you reply to them
178a92559c feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
ae31a61436 fix(pterodactyl): log websocket messages to VERBOSE (log level 5) and not DEBUG
9e826d6ba5 misc(pterodactyl): testing something
Compare 35 commits »
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 13:47:44 -05:00
fdb785ffd7 feat(backup): allow for retrieving backup exports from bot messages if you reply to them
cswimr opened issue cswimr/SeaCogs#23 2024-03-07 03:47:23 -05:00
[Aurora] Migrate from pytimeparse2 to Red's inbuilt timedelta/relativedelta parsing utilities
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 03:38:39 -05:00
178a92559c feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 02:52:47 -05:00
ae31a61436 fix(pterodactyl): log websocket messages to VERBOSE (log level 5) and not DEBUG
cswimr commented on issue cswimr/SeaCogs#20 2024-03-07 02:45:16 -05:00
Update to Pydactyl >2.0.5

Opened a pull request at Pydactl that fixes this: iamkubi/pydactyl (#83) Pterodactyl will install the pull request fork until it's merged into the…

cswimr pushed to main at cswimr/SeaCogs 2024-03-07 02:39:51 -05:00
9e826d6ba5 misc(pterodactyl): testing something
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 02:33:18 -05:00
b5362ff153 fix(pterodactyl): update PterodactylClient initialization to use my own logger instead of setting debug to true
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 02:19:27 -05:00
2e5fa81eac fix(pterodactyl): use custom fork of pydactyl library to fix https://github.com/iamkubi/pydactyl/issues/82
c65fdd698c fix(pterodactyl): pylint fixes
Compare 2 commits »
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 01:32:31 -05:00
497f6a0a1a fix(repo): changed all loggers to red.seacogs.<cog_name> instead of red.sea.<cog_name>
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 01:04:31 -05:00
f059145681 fix(pterodactyl): missed one!
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 01:03:40 -05:00
41a8d575d4 fix(pterodactyl): fixed InteractionResponded error when using a power slash command
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 00:59:19 -05:00
dd62b7d7ce fix(pterodactyl): whoops!
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 00:56:54 -05:00
bbb54f0f55 feat(pterodactyl): fixed slash commands
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 00:21:56 -05:00
f033f6a483 fix(pterodactyl): maybe fixed hybrid config commands, if this doesn't work, I'll move configuration commands to a separate command
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 00:14:56 -05:00
1bb7e22b95 fix(pterodactyl): fixed another issue with hybrid commands
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 00:13:47 -05:00
f707b70097 fix(pterodactyl): fixed broken slash commands
cswimr pushed to main at cswimr/SeaCogs 2024-03-07 00:00:18 -05:00
64ab2fbf82 feat(pterodactyl): added a pterodactyl command command to execute commands on the server and made pterodactyl command and pterodactyl power into hybrid commands
cswimr pushed to main at cswimr/SeaCogs 2024-03-05 02:28:14 -05:00
9d64c15a87 misc(pterodactyl): added another ⚠️