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-10-06 10:19:02 -04:00
da469e7d35 fix(moderation): fixed error in handle_expiry if a table doesn't exist yet
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 10:07:58 -04:00
8a3ed15ee0 feat(moderation): added resolved_by field to mysql tables
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 09:54:01 -04:00
d1d5bec732 fix(moderation): fixed resolve not commiting its database changes
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 09:45:36 -04:00
bd17b6e88a misc(moderation): added a seperate method for retrieving a user's information, instead of doing it twice in embed_factory
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 09:36:26 -04:00
2fb7fd2d0c fix(moderation): awaited coroutines
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 09:34:37 -04:00
9adfe1461f feat(moderation): offloading all embed generation to embed_factory method
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 09:11:25 -04:00
fedd5f6799 fix(moderation): fixed resolve command
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-06 09:04:08 -04:00
5fa62fceca fix(moderation): pylint fixes
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 22:36:49 -04:00
4960d40ac9 feat(moderation): improving resolve command
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 20:12:09 -04:00
7c88f98a28 fix(moderation): fixed fetching guild configs
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 20:09:46 -04:00
90e0a4b153 fix(moderation): made dm_users and ignore_other_bots guild-dependent
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 20:06:19 -04:00
25ac0a3c0c feat(moderation): added silent options to all moderation commands and a config value for automatically dming moderated users
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 17:14:06 -04:00
0c004ecf48 fix(moderation): expire_handler now checks for the expired bool instead of the resolved bool
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 17:10:05 -04:00
6001c926f2 feat(moderation): added resolve command
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 16:55:24 -04:00
eb1cd6aada fix(moderator): fixed fetching deleted users' cases
bf8032de62 fix(moderation): cog_unload is now a coroutine
Compare 2 commits »
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 16:38:34 -04:00
819b36d267 fix(moderation): duration is stringified now
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 16:37:07 -04:00
613a267797 fix(moderation): time until duration expiry only appears now if the moderation hasn't expired yet
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 16:26:48 -04:00
696165239f feat(moderation): expiry_handler now messages users who are unbanned (or attempts to)
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 16:19:03 -04:00
6bfd110b35 fix(moderation): fixed improper kwarg in ban command
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 16:15:21 -04:00
564faeedf2 feat(moderation): tempbans will be handled by handle_expiry every 60 seconds