kylerchin / adorabot

Fallthrough of case statements found JS-0064
Anti-pattern
Major
1 occurrence in this check
Expected a 'break' statement before 'case'
 98          break;
 99        case 'vote':
100          sendVoteLinks(interaction);
101        case 'votes':102          showTopVotersInteraction({103              interaction,104              client: args.interaction.client105          });106          break;107        case 'mama':
108           //await mamaAwards2021Interaction(interaction) 
109          await interaction.reply('The 2022 Mama Awards Votes have ended. Come back next year!')