/showblocklist

This commit is contained in:
2022-11-25 18:53:03 +01:00
parent 545bda9bee
commit 24d39d471e
5 changed files with 51 additions and 20 deletions

View File

@ -2,8 +2,9 @@ import * as notification from "./logchannel";
import * as blocklist from "./blocklist";
import * as info from "./info";
import * as preserveSettings from "./preserveSettings";
import * as showBlocklist from "./showblocklist";
const array = [notification.builder.toJSON(), blocklist.builder.toJSON(), info.builder.toJSON(), preserveSettings.builder.toJSON()];
const array = [notification.builder.toJSON(), blocklist.builder.toJSON(), info.builder.toJSON(), preserveSettings.builder.toJSON(), showBlocklist.builder.toJSON()];
export {
array