mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 21:03:09 +02:00
typo
This commit is contained in:
parent
cd46e92f5f
commit
6c0400af60
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue