mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Update github.ts
This commit is contained in:
parent
43748e0886
commit
2de726199b
@ -57,9 +57,14 @@ module.exports = async (app: express.Application) => {
|
||||
post(text);
|
||||
});
|
||||
|
||||
handler.on('started', event => {
|
||||
const sender = event.payload.sender;
|
||||
post(`⭐️Started by ${sender.login}`);
|
||||
});
|
||||
|
||||
handler.on('fork', event => {
|
||||
const repo = event.payload.forkee;
|
||||
post(`Forked:\n${repo.html_url}`);
|
||||
post(`🍴Forked:\n${repo.html_url}`);
|
||||
});
|
||||
|
||||
handler.on('pull_request', event => {
|
||||
|
Loading…
Reference in New Issue
Block a user