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-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
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 14:15:36 -04:00
f8bc67fe48 fix(moderation): don't set 1 to 1
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 14:14:11 -04:00
ce72d0c6bf fix(moderation): resolved moderations with a duration will now be considered "expired"
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:58:21 -04:00
69191b3b9b fix(moderation): fixed the handle_expiry task setting expired to 1 on moderations without a duration
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:56:34 -04:00
8d9b934fee fix(moderation): fixed handle_expiry task
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:51:21 -04:00
a8ea15a5c6 fix(moderation): handle_expiry task is now actually started
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:50:08 -04:00
af011e047b fix(moderation): wrapped expired in a bool converter in the case command
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:48:48 -04:00
db4826e232 fix(moderation): case now uses the expired value to determine if a duration'd moderation has expired
11da49202d feat(moderation): expired moderations are now automaticaly marked as such
Compare 2 commits »
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:32:25 -04:00
4083e1890e fix(moderation): timedelta fixes
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:29:02 -04:00
f6615746c9 fix(moderation): added timedelta variable to hopefully fix durations
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:13:00 -04:00
c0857a9038 fix(moderation): case fields are no longer inline
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:11:07 -04:00
e22910b27b fix(moderation): resolved moderations will be set as expired now
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:07:54 -04:00
df49498da7 fix(moderation): naturaldelta --> precisedelta
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:07:01 -04:00
df4dc53ecc fix(moderation): fixed /case formatting
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 13:04:48 -04:00
8eb4039c64 fix(moderation): case now uses fetch_user instead of get_user
cswimr pushed to main at cswimr/GalaxyCogs 2023-10-05 12:59:02 -04:00
c783f4032a feat(moderation): added case command