new errors for richembed yay (#966)

* Update faq.md (#949)

* fix docs

* Revert "fixed typo in documentation" (#950)

* new errors for richembed yay

Simplified the parsing for color arrays.

Throwing some errors on values that would result in Bad Requests.

Changed setAuthor and setFooter's icon parameter to icon_url to match
the embed object's property name.

Changed the docs for setFooter to reflect that icon_url is optional.

* changed docs instead of arg names

* capitalization
This commit is contained in:
Slamakans
2016-12-10 04:09:55 +01:00
committed by Schuyler Cebulskie
parent c5f93eb44e
commit b79a91b3a9
2 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ client.login(token).then(atoken => console.log('logged in with token ' + atoken)
client.ws.on('send', console.log);
client.on('ready', () => {
console.log('ready!');
console.log('ready');
});
client.on('userUpdate', (o, n) => {