No description
Find a file
Schuyler Cebulskie b8a5669fda Overhaul channel typing system (#576)
* Overhaul channel typing system

* Fix ESLint error

* Add channel.isTyping()

* Add count argument to startTyping

* Add range checking to startTyping count

* Better range checking for count

* Add channel.getTypingCount()

* Change getTypingCount() to typingCount getter

* Switch isTyping() to typing getter

* Fix new methods and switch to Map

* Fix applyProp so getters/setters will work

* Add default value to force
2016-09-02 13:00:33 +01:00
docs do more docs 2016-09-01 17:18:05 +01:00
src Overhaul channel typing system (#576) 2016-09-02 13:00:33 +01:00
test Try and fix author bug? 2016-09-01 14:50:45 +01:00
.eslintrc.js Add guild member nickname setting n stuff 2016-08-27 18:55:08 +01:00
.gitignore Added guild.kick(member) and member.kick() 2016-07-02 17:50:44 +01:00
.jscsrc initial 2016-04-16 22:58:49 +01:00
.travis.yml Add caching to travis build script 2016-08-23 14:25:15 +01:00
LICENSE initial 2016-04-16 22:58:49 +01:00
package.json Add sendFile function (#562) 2016-08-29 19:01:05 +01:00
README.md Fix logo in README 2016-08-18 13:16:49 +01:00

discord.js

REWRITE