From 257b63c07fcdb583da1dab3fe7e27036246d5be1 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 20 Nov 2015 16:55:47 +0000 Subject: [PATCH] Added line breaks --- docs/docs_cache.rst | 2 ++ docs/docs_client.rst | 2 ++ docs/docs_user.rst | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/docs_cache.rst b/docs/docs_cache.rst index 0528f7b1b..4b1feb6f6 100644 --- a/docs/docs_cache.rst +++ b/docs/docs_cache.rst @@ -7,6 +7,8 @@ Cache A Cache object extends an Array (so it can be used like a regular array) but introduces helper functions to make it more useful when developing with discord.js. Unlike a regular array, it doesn't care about the instance or prototype of an object, it works purely on properties. +----- + Functions --------- diff --git a/docs/docs_client.rst b/docs/docs_client.rst index fad174937..73322cf8b 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -50,6 +50,8 @@ user A User_ object representing the logged in client's user. +----- + Functions --------- diff --git a/docs/docs_user.rst b/docs/docs_user.rst index f1ac9eb63..ae7a2876c 100644 --- a/docs/docs_user.rst +++ b/docs/docs_user.rst @@ -62,6 +62,8 @@ avatarURL A valid URL to the user's avatar if they have one, otherwise null. +----- + Functions ---------