coding-buddies-discord / cb-bots

4 stars 3 forks source link

refactor: create new commands/desc using objects #15

Closed emilydta closed 2 years ago

emilydta commented 2 years ago

Changed it so we can just add a new object to the array whenever we want to add a new command description.

waream2 commented 2 years ago

@emilydta This looks good to me! I made a tiny change, I moved the commandList.js to a models folder. Since it's not really a message reply but more so a data model that a message reply module uses to create replies.

waream2 commented 2 years ago

If youre cool with my change, go ahead and merge that bitch!

Also, you kicked ass here. Turned that around so quickly.