Skip to content

Commit

Permalink
Spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Aug 28, 2017
1 parent 3631064 commit 2b93d8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/lita/handlers/onewheel_moonphase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ def moon(response)
set_time = Time.parse moon['moondata']['set']

emoonjis = {
'New Moon' => '🌚',
'Waxing Crescent' => 'πŸŒ’',
'First Quarter' => 'πŸŒ“',
'Waxing Gibbous' => 'πŸŒ”',
'Full Moon' => 'πŸŒ•',
'Waning Gibbous' => 'πŸŒ–',
'Last Quarter' => 'πŸŒ—',
'Waning Crescent' => '🌘'
'New Moon' => '🌚',
'Waxing Crescent' => 'πŸŒ’',
'First Quarter' => 'πŸŒ“',
'Waxing Gibbous' => 'πŸŒ”',
'Full Moon' => 'πŸŒ•',
'Waning Gibbous' => 'πŸŒ–',
'Last Quarter' => 'πŸŒ—',
'Waning Crescent' => '🌘'
}

reply = "#{emoonjis[moon['moondata']['curphase']]} Moon phase #{moon['moondata']['fracillum']}, #{moon['moondata']['curphase']}. "
Expand Down

0 comments on commit 2b93d8e

Please sign in to comment.