We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38d8b6 commit 25394c7Copy full SHA for 25394c7
packages/triplate-line/src/main.ts
@@ -5,7 +5,7 @@ function doPost(e: GoogleAppsScript.Events.DoPost) {
5
const lineMessageText = postData.message.text;
6
7
postMessage({
8
- username: "LINE Bot",
+ username: "LINE BOT",
9
parse: "full",
10
avatar_url:
11
"https://cdn.discordapp.com/attachments/792765244040675389/921661726863282176/pngegg.png",
0 commit comments