Jerrypluay c7e004fe3f 🎉 feat(music): add Crystelf music plugin and configuration for music API integration.
 feat(group): implement methods to send group audio and files with various adapters.
2025-11-27 18:44:43 +08:00

11 lines
408 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export class CrystelfMusic extends plugin {
constructor() {
super({
name: 'crystelf-music',
dsc: '点歌插件',
event: 'message.group',
priority: -1000,
rule:[]
});
}
}