mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Necessary database migrations for this commit:
alter table servers add column log_blacklist bigint[] not null default array[]::bigint[];
alter table servers add column blacklist bigint[] not null default array[]::bigint[];
|
||
|---|---|---|
| .. | ||
| APICommands.cs | ||
| CommandTree.cs | ||
| HelpCommands.cs | ||
| ImportExportCommands.cs | ||
| LinkCommands.cs | ||
| MemberCommands.cs | ||
| MiscCommands.cs | ||
| ModCommands.cs | ||
| SwitchCommands.cs | ||
| SystemCommands.cs | ||