mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
feat(bot): server config toggle for @silent proxied messages
This commit is contained in:
parent
2d36b8a7cc
commit
b88c1b7712
12 changed files with 50 additions and 3 deletions
7
PluralKit.Core/Database/Migrations/51.sql
Normal file
7
PluralKit.Core/Database/Migrations/51.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- database version 51
|
||||
--
|
||||
-- add guild setting for SUPPRESS_NOTIFICATIONS message flag on proxied messages
|
||||
|
||||
alter table servers add column suppress_notifications bool not null default false;
|
||||
|
||||
update info set schema_version = 51;
|
||||
Loading…
Add table
Add a link
Reference in a new issue