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

  • Joined on 2023-07-12
cswimr pushed to main at cswimr/GalaxyCogs 2023-08-08 00:33:55 -04:00
743949e9ad fix: testing a fix to shortmute
cswimr pushed to main at cswimr/GalaxyCogs 2023-08-08 00:24:49 -04:00
9238c27d5a fix: added guild_only decorators to all the config commands
cswimr pushed to main at cswimr/GalaxyCogs 2023-08-08 00:24:18 -04:00
b71f9bf1d8 feat: added logging embeds
00dc0211c3 feat: added configuration for logging channels
Compare 2 commits »
cswimr pushed to main at cswimr/GalaxyCogs 2023-08-08 00:02:30 -04:00
63c764b6cc feat: added most of the functionality into the shortmute cog, time to see how broken it is!
cswimr commented on issue cswimr/GalaxyCogs#4 2023-08-07 22:45:27 -04:00
[BOT BUG] roleinfo command issue?

This is caused by a permissions issue (see #3). I'll fix it soon.

cswimr pushed to main at cswimr/GalaxyCogs 2023-08-07 22:39:04 -04:00
9834c645f7 misc: updated all instances of the old github link to the seagit link
cswimr pushed to main at cswimr/GalaxyCogs 2023-08-07 22:29:04 -04:00
d010757b0c repo: changed issue templates
cswimr closed issue GalacticFactory/GalacticCogs#1 2023-07-24 09:30:59 -04:00
Refactor Pterodactyl cog to use aiohttp instead of requests
cswimr commented on issue GalacticFactory/GalacticCogs#1 2023-07-24 09:30:58 -04:00
Refactor Pterodactyl cog to use aiohttp instead of requests

Implemented by #2

cswimr merged pull request GalacticFactory/GalacticCogs#2 2023-07-24 09:29:55 -04:00
Refactor Pterodactyl cog to use aiohttp
cswimr pushed to main at GalacticFactory/GalacticCogs 2023-07-24 09:29:55 -04:00
4e09380351 Merge pull request 'Refactor Pterodactyl cog to use aiohttp' (#2) from aiohttp-refactor into main
ec5daee2de cleanup: removed requests from imports
610e9902a9 fix: stop was using requests still and erroring because of it
6ec35134fd fix: added a 10s delay to the power commands
db764b54e2 fix: fixed power_action_in_progress
Compare 27 commits »
cswimr deleted branch aiohttp-refactor from GalacticFactory/GalacticCogs 2023-07-24 09:29:55 -04:00
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 09:25:11 -04:00
ec5daee2de cleanup: removed requests from imports
610e9902a9 fix: stop was using requests still and erroring because of it
Compare 2 commits »
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 09:17:27 -04:00
6ec35134fd fix: added a 10s delay to the power commands
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 09:16:18 -04:00
db764b54e2 fix: fixed power_action_in_progress
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 09:06:57 -04:00
3ed6cffe5d fix: awaited some things inside power commands
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 09:05:00 -04:00
dcd3560fbc fix: fixed power and update commands' error checking
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 09:02:18 -04:00
20a6d89f3d feat: power commands now check if another power command is in progress and error if they are
7451a2e625 fix: power commands now use aiohttp instead of requests
72e7d83bd7 cleanup: removed obsolete method
ae4d794258 feat: added additional configuration option - used internally
Compare 4 commits »
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-24 08:46:03 -04:00
d5b4ac3dbe fix: hopefully fixed the broken update command
cswimr pushed to aiohttp-refactor at GalacticFactory/GalacticCogs 2023-07-23 23:09:47 -04:00
fb99f5ea33 misc: reduced sleep timer for server status checking