mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-04 13:46:25 +09:00
Update dependencies
This commit is contained in:
@ -129,7 +129,7 @@ export default class extends Module {
|
||||
}
|
||||
});
|
||||
|
||||
ai.on('message', msg => {
|
||||
ai.on('message', (msg: Record<string, any>) => {
|
||||
if (msg.type == 'put') {
|
||||
gw.send('set', {
|
||||
pos: msg.pos
|
||||
|
Reference in New Issue
Block a user