feat: add /mod summon

This commit is contained in:
Evan Carroll 2026-01-20 21:48:04 -06:00
parent 864cfaec54
commit 45a7e44b3a
11 changed files with 598 additions and 5 deletions

View file

@ -101,7 +101,9 @@ CREATE TYPE server.action_type AS ENUM (
'ban',
'unban',
'prop_removal',
'message_deletion'
'message_deletion',
'summon',
'summon_all'
);
COMMENT ON TYPE server.action_type IS 'Type of moderation action taken';