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