This commit is contained in:
2022-11-24 16:25:20 +01:00
parent a26fb2df12
commit def44d2774
8 changed files with 113 additions and 13 deletions

View File

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