change from lagotto to hayabusa. (#170)

This commit is contained in:
James
2021-11-09 00:32:24 +09:00
committed by GitHub
parent e7e86c23c0
commit c97cf7373a
6 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ impl SlackNotify {
let p = PayloadBuilder::new()
.text(msg)
.channel(channel)
.username("Lagotto Notify Bot")
.username("hayabusa Notify Bot")
.icon_emoji(":scream:")
.build()
.unwrap();