(text: string)
| 9 | |
| 10 | import { htmlEscape } from "@utils/htmlEscape"; |
| 11 | |
| 12 | const prefixes = getPrefixes(); |
| 13 | const mainPrefix = prefixes[0]; |
| 14 | const bots = { |
| 15 | default: "@music_v1bot", |
| 16 | vk: "@vkmusic_bot", |
| 17 | ym: "@ttaudiobot", |
| 18 | }; |
| 19 | |
| 20 | const pluginName = "music_bot"; |
| 21 |
no outgoing calls
no test coverage detected