| 1 | import { getPrefixes } from "@utils/pluginManager"; |
| 2 | import { Plugin } from "@utils/pluginBase"; |
| 3 | import { Api } from "teleproto"; |
| 4 | import { createDirectoryInAssets } from "@utils/pathHelpers"; |
nothing calls this directly
no test coverage detected