MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / htmlEscape

Function htmlEscape

music_bot/music_bot.ts:11–18  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

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

Callers 1

searchAndSendMusicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected