質問編集履歴

2

2020/12/17 07:21

投稿

yutaide317
yutaide317

スコア2

test CHANGED
File without changes
test CHANGED
File without changes

1

2020/12/17 07:21

投稿

yutaide317
yutaide317

スコア2

test CHANGED
File without changes
test CHANGED
@@ -70,19 +70,19 @@
70
70
 
71
71
  if event.message['text'].include?("お疲れ様です")
72
72
 
73
- response = "はい、お疲れ様です、田中です"
73
+ response = "はい、お疲れ様です"
74
74
 
75
- elsif event.message["text"].include?("ワッフルの焼き方")
75
+ elsif event.message["text"].include?("焼き方")
76
76
 
77
77
  response = "カブちゃんに聞いてね♪"
78
78
 
79
- elsif event.message['text'].include?("田")
79
+ elsif event.message['text'].include?("田")
80
80
 
81
81
  response = "せいちゃん"
82
82
 
83
- elsif event.message['text'].include?("銀座店")
83
+ elsif event.message['text'].include?("店")
84
84
 
85
- response = "BOSSは井出" * 50
85
+ response = "BOSS" * 50
86
86
 
87
87
  elsif event.message['text'].include?("今日の運勢は")
88
88