2024-05-30 22:50:58 +08:00

13 lines
242 B
TypeScript

import lagrangeMapper from './lagrange-mapping';
import type * as Lagrange from './type';
class Impl {
@lagrangeMapper.onPrivateUser({ user_id: 1193466151 })
async handleJinhui(message: Lagrange.PrivateMessage) {
}
}