Schuyler Cebulskie
|
973dbe8266
|
Add more @readonly and clean up some stuff
|
2016-09-27 20:07:33 -04:00 |
|
Schuyler Cebulskie
|
1e57c968dd
|
Made date/timestamps consistent and less shitty
|
2016-09-27 19:46:53 -04:00 |
|
Amish Shah
|
f1cb39a319
|
Expose Presence and Game structures
|
2016-09-25 20:17:35 +01:00 |
|
Amish Shah
|
761b8cfb8d
|
fix docs
|
2016-09-25 14:28:51 +01:00 |
|
Amish Shah
|
03651fd6e3
|
Change how presences are handled
|
2016-09-25 14:16:03 +01:00 |
|
Amish Shah
|
69f947dfcb
|
Fix #701
|
2016-09-14 16:24:18 +01:00 |
|
Schuyler Cebulskie
|
5dd25ac1f1
|
Rename User typing methods
|
2016-09-12 13:08:11 -04:00 |
|
Schuyler Cebulskie
|
d7bcf9564f
|
Clean up recent User changes a bit
|
2016-09-11 23:34:09 -04:00 |
|
Amish Shah
|
d365eb95e2
|
document game data #687
|
2016-09-11 18:23:58 +01:00 |
|
Amish Shah
|
aa5df43c50
|
Force user.bot to be a boolean
|
2016-09-11 17:25:16 +01:00 |
|
Amish Shah
|
f0a9a1353f
|
prevent further user inaccuracies
|
2016-09-11 16:57:09 +01:00 |
|
Schuyler Cebulskie
|
e7eee3410a
|
This is unnecessary.
|
2016-09-11 10:59:34 -04:00 |
|
Schuyler Cebulskie
|
7ff9ac2bcc
|
Add TextBasedChannel.sendCode and make User/GuildMember partial implementations
|
2016-09-11 10:55:41 -04:00 |
|
Amish Shah
|
5b8f882a0f
|
fix avatars being set to undefined
|
2016-09-11 11:50:19 +01:00 |
|
Schuyler Cebulskie
|
c405d67e09
|
Add User typing methods
|
2016-09-09 14:11:30 -04:00 |
|
Amish Shah
|
e44853ee6d
|
Fix weird bot bug #612
|
2016-09-09 16:41:57 +01:00 |
|
Amish Shah
|
dbaaa8dc93
|
Fix null game objects being defaulted to current game - fixes #666
|
2016-09-09 16:28:40 +01:00 |
|
Schuyler Cebulskie
|
818649b94f
|
Organise structure methods
|
2016-09-07 02:07:39 -04:00 |
|
Schuyler Cebulskie
|
b7f582b7f0
|
Clean up a bunch of stuff
- Channel typing data is now a Map
- Client properties on structures are now non-enumerable and
non-configurable
|
2016-09-07 00:24:45 -04:00 |
|
Schuyler Cebulskie
|
7fea0a3937
|
Rename createdAt -> creationDate (#628)
* Rename createdAt -> creationDate
Also make it return a Date like it says, and small cleanup
* Build docs
|
2016-09-06 16:52:10 -04:00 |
|
HyperCoder
|
943767dc83
|
Add <User/Guild/Role/Channel>.createdAt (#620)
* Add Role.createdAt
* Add Channel.createdAt
* Add Guild.createdAt
* Add User.createdAt
* Change createdAt to Unix Timestamp
* Add createdAt to Emojis
* Change createdAt to Unix Timestamp
|
2016-09-05 15:59:27 +01:00 |
|
Schuyler Cebulskie
|
0b908f5bce
|
Cleanup Part 2: Electric Boogaloo (Reloaded) (#594)
* Cleanup Part 2: Electric Boogaloo (Reloaded)
* Moar cleanup
* Tweak NOT_A_PERMISSION error
|
2016-09-04 10:08:09 +01:00 |
|
Schuyler Cebulskie
|
68acf37fd4
|
Add stricter/better ESLint config (#589)
* Add stricter/better ESLint config
* Remove more unnecessary @returns
|
2016-09-03 20:45:23 +01:00 |
|
Schuyler Cebulskie
|
d97ce2e181
|
Remove all string object references (#586)
|
2016-09-03 16:58:28 +01:00 |
|
Schuyler Cebulskie
|
27652b94af
|
Make JSDocs follow general conventions (#582)
* Make JSDocs follow usual conventions
* Fix StringResolvable name
* Make function lowercase
|
2016-09-03 09:57:25 +01:00 |
|
Manuel Kraus
|
d9ae732bfd
|
Add sendFile function (#562)
* sendFile
* Add default value to filename
* eslint
* (╯°□°)╯︵ ┻━┻
|
2016-08-29 19:01:05 +01:00 |
|
Amish Shah
|
e5057a5b6a
|
Add iconURL/avatarURL and fix object.values reference
|
2016-08-26 19:00:55 +01:00 |
|
Schuyler Cebulskie
|
8038903c3e
|
Fixed user.equals(null) (#540)
This fixes `user.equals` when passing `null` or `undefined`.
|
2016-08-25 22:06:32 +01:00 |
|
Amish Shah
|
be7b0fb5ca
|
Fix blank methods for user and textchannel
|
2016-08-18 13:13:35 +01:00 |
|
Amish Shah
|
18299970bd
|
Updated to docs format v3, adds support for interfaces
|
2016-08-18 13:07:45 +01:00 |
|
Amish Shah
|
c37191b582
|
Write some more docs
|
2016-08-17 23:46:58 +01:00 |
|
Amish Shah
|
562e3b119e
|
Fix user docs
|
2016-08-17 20:33:17 +01:00 |
|
Amish Shah
|
e7e6355cfe
|
work on guild docs
|
2016-08-17 16:28:31 +01:00 |
|
Amish Shah
|
b8db4c4f4b
|
ESLint stuff...
|
2016-08-13 14:44:49 +01:00 |
|
Amish Shah
|
53d767ec04
|
some doc stuff idk
|
2016-08-13 12:25:01 +01:00 |
|
hydrabolt
|
bc443df11d
|
Added DM support, DM Creation and DM Deletion
|
2016-05-03 17:50:33 +01:00 |
|
hydrabolt
|
ebfc2169d5
|
Added ClientUser modification support
|
2016-05-01 21:12:42 +01:00 |
|
hydrabolt
|
d1d13f5c85
|
Added VoiceStateUpdate handler and DataStore for VoiceChannels. Also added toString methods to Guilds, DMChannels, ServerChannels and Users.
|
2016-04-17 19:12:29 +01:00 |
|
hydrabolt
|
abc3f9e2fa
|
Presence tracking
|
2016-04-17 18:20:57 +01:00 |
|
hydrabolt
|
9956e43c8e
|
initial
|
2016-04-16 22:58:49 +01:00 |
|