Fubinator / planning-poker-discord-bot

A Discord bot for playing planning poker
MIT License
16 stars 25 forks source link

Use Discord Command files instead of if/else #35

Closed Fubinator closed 4 years ago

Fubinator commented 4 years ago

The Discord.js docs deprecate huge if/else statements for bot commands: https://discordjs.guide/creating-your-bot/adding-more-commands.html#the-problem-with-if-else-if

I agree that the commands are quite confusing, so we should use the recommend Command Handling with individual command files: https://discordjs.guide/command-handling/#individual-command-files

yerlantemir commented 4 years ago

Hi, assign it to me. And I think you should edit issue title, in this case we are not going to use discord commands but discord command files

Fubinator commented 4 years ago

Hey @yerlantemir I've assigned it to you!

yerlantemir commented 4 years ago

done @Fubinator