1 Star 5 Fork 4

万念断绝/Lain-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lain.support.js 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
岩浆 提交于 2024-03-07 13:56 . 尝试修复喵喵排行头像
export default class Button {
constructor () {
this.plugin = {
name: 'Lain-plugin',
dsc: '铃音插件',
priority: 99,
rule: [
{
reg: '^#?(id|ID)',
fnc: 'Id'
}
]
}
}
Id (e) {
const button = [
{ label: '群聊ID', data: `${e.group_id}` },
{ label: '用户ID', data: `${e.user_id}` }
]
return Bot.Button(button)
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/all-thoughts-are-broken/Lain-plugin.git
[email protected]:all-thoughts-are-broken/Lain-plugin.git
all-thoughts-are-broken
Lain-plugin
Lain-plugin
main

搜索帮助