Settings 2.0 (#107)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
megumin
2022-10-17 20:18:25 +01:00
committed by GitHub
parent ae730e8398
commit 5625d63e46
22 changed files with 945 additions and 192 deletions

View File

@ -1,4 +1,5 @@
import Plugins from "plugins";
import { registerCommand, unregisterCommand } from "../api/Commands";
import { Settings } from "../api/settings";
import Logger from "../utils/logger";