mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[Server] Fix bug
This commit is contained in:
parent
78e3c3e75c
commit
d6469418c0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module.exports = async (app: express.Application) => {
|
|||
post(text);
|
||||
});
|
||||
|
||||
handler.on('started', event => {
|
||||
handler.on('watch', event => {
|
||||
const sender = event.sender;
|
||||
post(`⭐️Started by ${sender.login}`);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue