start-again / spookyBot

🎃 A spooky Discord bot
MIT License
9 stars 12 forks source link

Use multiple words for the same emoji #10

Closed LucasCtrl closed 3 years ago

LucasCtrl commented 3 years ago

Feature Request

Describe the solution you'd like To avoid having to create several objects for the same emoji, why not use an array containing all the words?

New translation file structure Before:

{
  name: 'halloween',
  emoji: '🎃',
},
{
  name: 'pumpkin',
  emoji: '🎃',
}

After:

{
  name: ['halloween', 'pumpkin'],
  emoji: '🎃',
}
matteoauger commented 3 years ago

Hello, may I work on it ? :)

LucasCtrl commented 3 years ago

Yes, no problem on my side! I look forward to your PR 😉

mgomez08 commented 3 years ago

Hi! Can I work on this for the Spanish language?