ddiomedi2906 / CC3201Bot

Discord Bot for supporting group work in courses.
1 stars 3 forks source link

Spanish messages support #8

Open ddiomedi2906 opened 3 years ago

ddiomedi2906 commented 3 years ago

Simply to have a language flag to change between info message in Spanish or English (right now we only output message in English), and add the Spanish version of all current messages.

I would create an Interface BotMessages that the classes EnglishBotMessages and SpanishBotMessages can implement.