changed bot name
This commit is contained in:
parent
ffbb9cded4
commit
283338b719
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ module.exports = (winston) => {
|
||||||
level : 'error',
|
level : 'error',
|
||||||
webhookUrl: SLACK_WEB_HOOK,
|
webhookUrl: SLACK_WEB_HOOK,
|
||||||
channel : SLACK_ERROR_CHANNEL,
|
channel : SLACK_ERROR_CHANNEL,
|
||||||
username : 'errorBot',
|
username : 'spee.ch',
|
||||||
iconEmoji : ':face_with_head_bandage:',
|
iconEmoji : ':face_with_head_bandage:',
|
||||||
});
|
});
|
||||||
winston.add(winstonSlackWebHook, {
|
winston.add(winstonSlackWebHook, {
|
||||||
|
@ -19,7 +19,7 @@ module.exports = (winston) => {
|
||||||
level : 'info',
|
level : 'info',
|
||||||
webhookUrl: SLACK_WEB_HOOK,
|
webhookUrl: SLACK_WEB_HOOK,
|
||||||
channel : SLACK_INFO_CHANNEL,
|
channel : SLACK_INFO_CHANNEL,
|
||||||
username : 'infoBot',
|
username : 'spee.ch',
|
||||||
iconEmoji : ':nerd_face:',
|
iconEmoji : ':nerd_face:',
|
||||||
});
|
});
|
||||||
// send test message
|
// send test message
|
||||||
|
|
Loading…
Reference in a new issue