Skip to content

Commit

Permalink
Use single quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Droid00000 committed Nov 14, 2024
1 parent 45d271d commit 49d301a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/frost/data/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@

# Emojis for phases of the moon used by the moon commands.
MOON = {
"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' => 🌘
}.freeze

# UI components including color values; primarily used by the bot when sending embeds.
Expand Down

0 comments on commit 49d301a

Please sign in to comment.