Closed optimisticside closed 2 years ago
The semicolon is not misplaced. We use Prettier to format all of our code automatically, and thus do not have to think about problems like this. It's conventional to place a semicolon before the line that needs it when your line starts with a brace. You'll note that the rest of the repo does not normally use semicolons, only when they are necessary to disambiguate syntax.
What does this change in the code aside from a simple grammar fix and does this make any impact to the performance of the bot?