AgustinSRG / Pokemon-Showdown-Node-Bot

Pokemon Showdown Bot for Node (Deprecated)
Other
34 stars 150 forks source link

README: Fix more typos #69

Closed DeathlyPlays closed 6 years ago

Mystifi commented 7 years ago

Several of these typos are repeated throughout repository code, especially the typo with "inappropriate." It might be worth checking for them in the source?

DeathlyPlays commented 7 years ago

Perhaps @Mystifi afaik Ecuacion isn't resuming coding this so I might try continuing on a new repo adding more to this

TheRun98 commented 7 years ago

Please do, there have been issues from Object.merge lately. If its done I can definitely try to help contribute. The last real major update was with battle mechanics and simple typos I resolved when starting up the bot.

DeathlyPlays commented 7 years ago

@TheRun98 I used the recent pr's made that work and added them to my github for this as well like #68

DeathlyPlays commented 7 years ago

Meh I'll add #67 as well

Mystifi commented 7 years ago

Please do, there have been issues from Object.merge lately.

@TheRun98, you should be able to use Object.assign everywhere Object.merge is used because the latter is simply sugar.