feat: add /mod summon
This commit is contained in:
parent
864cfaec54
commit
45a7e44b3a
11 changed files with 598 additions and 5 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue