/blocklist

This commit is contained in:
2022-11-24 15:36:33 +01:00
parent 317da97cd3
commit a26fb2df12
11 changed files with 285 additions and 30 deletions

View File

@ -1,6 +1,7 @@
import * as notification from "./notification";
import * as blocklist from "./blocklist";
const array = [notification.builder.toJSON()];
const array = [notification.builder.toJSON(), blocklist.builder.toJSON()];
export {
array