From ec0a5cdfbcf4fa20bfb1c18959c0103d3841f970 Mon Sep 17 00:00:00 2001 From: FrankenMan Date: Sat, 3 Sep 2016 05:00:01 -0800 Subject: [PATCH] Reworded third sentence to be more grammatically correct (#584) --- docs/custom/documents/updating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom/documents/updating.md b/docs/custom/documents/updating.md index 78fa39bc5..f8c2abf11 100644 --- a/docs/custom/documents/updating.md +++ b/docs/custom/documents/updating.md @@ -1,6 +1,6 @@ # About the Rewrite The rewrite takes a much more OOP approach than previous versions, which allows code to be much more manageable. -It's been written completely from scratch and should be much more stable, fixing caching issues that affected +It's been rebuilt from the ground up and should be much more stable, fixing caching issues that affected older versions and it also has support for new Discord Features, such as emojis. ## Upgrading your code @@ -8,4 +8,4 @@ The rewrite has a _lot_ of breaking changes. Major methods, e.g. `client.sendMes from the Client class towards their respective classes - `textChannel.sendMessage(message)`. You can find out the full extent of these changes by looking at the classes in the documentation. -Additionally, some event names and parameters have changed - you should revisit these. \ No newline at end of file +Additionally, some event names and parameters have changed - you should revisit these.