ConnorFTW / discord-bot-creator

Create your Discord bot in less than 30 minutes.
https://discord-bot-creator.app/
Other
21 stars 6 forks source link

(JS-0392) Inconsistent usage of destructuring assignment #16

Closed m5x5 closed 3 years ago

m5x5 commented 3 years ago

Description

It is recommended to use destructuring assignment of props as it improves readability and creates shorter code and helps in refactoring as well.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Michael55555/discord-bot-creator/issue/JS-0392/occurrences/

darahask commented 3 years ago

Hey @Michael55555 , can I take it up?

m5x5 commented 3 years ago

Sure, thanks for helping!

darahask commented 3 years ago

@Michael55555 should I include proptypes in this PR as the checks are failing?