mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Bold pusher name
This commit is contained in:
parent
6d276ccb12
commit
3394897254
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = async (app: express.Application) => {
|
|||
if (ref != 'refs/heads/master') return;
|
||||
const pusher = event.pusher;
|
||||
const compare = event.compare;
|
||||
post(`Pushed! (Pusher: ${pusher.name})\nCompare changes: ${compare}`);
|
||||
post(`Pushed by **${pusher.name}**\nCompare changes: ${compare}`);
|
||||
});
|
||||
|
||||
handler.on('issues', event => {
|
||||
|
|
Loading…
Reference in a new issue