typo
This commit is contained in:
parent
cd46e92f5f
commit
6c0400af60
|
@ -64,7 +64,7 @@ module.exports = async (app: express.Application) => {
|
|||
|
||||
handler.on('watch', event => {
|
||||
const sender = event.sender;
|
||||
post(`⭐️Started by ${sender.login}`);
|
||||
post(`⭐️Starred by ${sender.login}`);
|
||||
});
|
||||
|
||||
handler.on('fork', event => {
|
||||
|
|
Loading…
Reference in New Issue