Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MangaClova/LINEDoko
Browse files Browse the repository at this point in the history
  • Loading branch information
chomado committed Oct 7, 2018
2 parents 1b32d47 + a738787 commit 36698ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WhereAreYouApp/Clovas/ClovaMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static string GetCommentMessage(string name, LocationLog locationLog)
}

public static string GetNoLogMessage(string name) =>
$"こんにちは。今日はまだ{name}の位置情報の登録がされていないので、今どこにいるか{name}に LINE で聞いてみますね。少ししたらまた聞いてください。";
$"こんにちは。今日はまだ{name}の位置情報の登録がされていないので、今どこにいるか{name}に LINE で聞いてみますね。少ししたらまた聞いてください。";

public static string GetAskLocationMessage(string name) =>
$@"{name}さんが今どこにいるか気にしています。
Expand All @@ -31,6 +31,6 @@ public static string GetAskLocationMessage(string name) =>
public static string GetOldLocationMessage(string name, LocationLog locationLog) =>
$"{name}は、今日{DateTimeOffsetUtils.ToJstDateTimeOffset(locationLog.Timestamp).ToString("HH時")}{locationLog.Name ?? locationLog.Address}にいました。今どこにいるか、もう一度 LINE で聞いてみますね。少ししたら、また聞いてください。";

public static string GetVoiceMessagePrefixMessage(string name) => $"また、{name}からメッセージをもらっています。  "
public static string GetVoiceMessagePrefixMessage(string name) => $"また、{name}からメッセージをもらっています。  ";
}
}

0 comments on commit 36698ef

Please sign in to comment.