Skip to content

Commit

Permalink
Fix typo in help information
Browse files Browse the repository at this point in the history
  • Loading branch information
tayjaybabee committed Apr 15, 2019
1 parent 3438df8 commit 0ca8ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/plugins/weather.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def custom_w(m)
return c_alert
end
end
m.reply 'You have no custom data set. You can PM me with !set-w <location>'
m.reply 'You have no custom data set. You can PM me with !set-l <location>'
end

def check_custom(m, user)
Expand Down Expand Up @@ -187,7 +187,7 @@ def custom_h(m, hour)
return m.reply hourly_summary(data, hour)
end
end
m.reply 'You have no custom data set. You can PM me with !set-w <location>'
m.reply 'You have no custom data set. You can PM me with !set-l <location>'
end

def custom_d(m, day)
Expand All @@ -209,7 +209,7 @@ def custom_d(m, day)
return m.reply daily_summary(data, day)
end
end
m.reply 'You have no custom data set. You can PM me with !set-w <location>'
m.reply 'You have no custom data set. You can PM me with !set-l <location>'
end

def reload
Expand Down

0 comments on commit 0ca8ec8

Please sign in to comment.