hydrabolt
|
83f587a71a
|
4.1.0
Features the ability to catch up on messages and also wraps embed data
in apt classes (see docs)
|
2015-10-29 18:54:30 +00:00 |
|
hydrabolt
|
b6955e771e
|
Expanded files
|
2015-10-29 16:01:41 +00:00 |
|
hydrabolt
|
8b64769b49
|
4.0.0 and dists
|
2015-10-29 15:52:05 +00:00 |
|
hydrabolt
|
bb1655330a
|
Bug fixes and added getBans
|
2015-10-29 13:03:11 +00:00 |
|
hydrabolt
|
3ce8ea7d74
|
3.10.2 dists
|
2015-10-28 16:17:32 +00:00 |
|
hydrabolt
|
c3b6dba6be
|
Fixed colours
|
2015-10-28 12:13:09 +00:00 |
|
hydrabolt
|
acd7dfc404
|
Added deleting of roles
|
2015-10-26 16:02:13 +00:00 |
|
hydrabolt
|
1d3c61333c
|
fixed add member to role
|
2015-10-26 15:41:56 +00:00 |
|
hydrabolt
|
08ffd473e4
|
added updating roles
|
2015-10-26 13:29:01 +00:00 |
|
hydrabolt
|
0f02856a8c
|
Added role creation and new role listening
bot.createRole(server, cb(err, ServerPermissions))
and
bot.on("serverRoleCreate", server, ServerPermissions)
|
2015-10-26 12:06:38 +00:00 |
|
hydrabolt
|
dbbeba56d9
|
Added setAvatar
|
2015-10-25 22:25:30 +00:00 |
|
hydrabolt
|
26a1850f01
|
Added 3.9.0 web dist
|
2015-10-25 19:36:35 +00:00 |
|
hydrabolt
|
2de37a8fbb
|
Fixed permissions
|
2015-10-25 18:36:03 +00:00 |
|
hydrabolt
|
154300dfbd
|
Minor test, works
|
2015-10-04 00:23:19 +01:00 |
|
hydrabolt
|
b130b2400b
|
updated indexing
|
2015-10-04 00:00:30 +01:00 |
|
hydrabolt
|
aed7d3c1c2
|
began to work on update listening
|
2015-10-03 23:40:29 +01:00 |
|
hydrabolt
|
4eacab784d
|
Fixed evaluation and added basic deletion following
|
2015-10-03 23:13:33 +01:00 |
|
hydrabolt
|
e046467d92
|
Added permissions directive
|
2015-10-03 20:33:36 +01:00 |
|
hydrabolt
|
4e117b85d9
|
Member role *should* be used properly across the API
The Client now SHOULD add roles properly to members, as they leave it up
to the Server class.
|
2015-10-03 20:18:49 +01:00 |
|
hydrabolt
|
ad286b9081
|
Updated member class, server now creates members
|
2015-10-03 20:00:44 +01:00 |
|
hydrabolt
|
b264b61718
|
Servers now manage server-wide permissions
Servers now create ServerPermissions objects for roles
|
2015-10-03 19:44:08 +01:00 |
|
hydrabolt
|
8045d849f7
|
Rebuild code
|
2015-10-03 14:46:42 +01:00 |
|
hydrabolt
|
7361cf3dc3
|
3.7.1 rebuild
|
2015-10-02 21:42:03 +01:00 |
|
hydrabolt
|
46846fcacc
|
added setPlaying and now working on docs
|
2015-09-30 20:47:26 +01:00 |
|
hydrabolt
|
c904bdb3c3
|
added .users as well as .members in Server class
|
2015-09-12 16:05:52 +01:00 |
|
hydrabolt
|
1c8c9d2da3
|
Join Server returns server properly
Previously if the client was already part of a server and attempted to
accept an invite to it again, it would stall and not work correctly.
|
2015-08-28 17:49:47 +01:00 |
|
hydrabolt
|
6b3cbdbde8
|
Added web and grunt scripts
|
2015-08-27 21:21:35 +01:00 |
|
hydrabolt
|
1176ca7022
|
added toString
|
2015-08-26 16:48:29 +01:00 |
|
hydrabolt
|
68b1df1b35
|
push files again
|
2015-08-26 10:43:23 +01:00 |
|
hydrabolt
|
d3089c11ab
|
try and get travis to work by deleting lib cache
|
2015-08-26 10:41:46 +01:00 |
|
hydrabolt
|
dd941ab604
|
Fixed invites
|
2015-08-25 14:30:03 +01:00 |
|
hydrabolt
|
fb3bdcf079
|
Added callback fallbacks, create server & channels
|
2015-08-25 12:54:39 +01:00 |
|
hydrabolt
|
97a6ff2772
|
fixed how channels and users are cached
|
2015-08-24 17:30:20 +01:00 |
|
hydrabolt
|
1f77ed226a
|
rewriting... woo
|
2015-08-24 17:07:41 +01:00 |
|
hydrabolt
|
344f8d73a4
|
Added User Class
|
2015-08-23 19:33:52 +01:00 |
|
hydrabolt
|
35b61312b9
|
Deleted examples, beginning to write in EC6.
Examples and Hydrabot will soon live in a separate repo which is better
suited to learning - this is so the main package isn't bloated.
|
2015-08-23 16:55:23 +01:00 |
|
hydrabolt
|
d1fbdd6ae8
|
Documentation updates and major bug fix
Clients no longer die when a URL is sent
|
2015-08-16 20:58:23 +01:00 |
|
hydrabolt
|
4773df9fc8
|
started documenting
|
2015-08-16 17:48:55 +01:00 |
|
hydrabolt
|
e4723c7dfe
|
Added more properties to the server
|
2015-08-14 11:48:44 +01:00 |
|
hydrabolt
|
dda5d4272e
|
Most arrays are now using lists.
|
2015-08-12 16:05:35 +01:00 |
|
hydrabolt
|
62d0581c90
|
minor fixes
slightly more stable, removed redundant functions and added one or two
features ;)
|
2015-08-11 21:23:52 +01:00 |
|
hydrabolt
|
6887e0d6bc
|
Made it better! Much better caching
|
2015-08-11 16:55:32 +01:00 |
|
hydrabolt
|
a7c9dafe06
|
1.0.1 actual
works!
|
2015-08-10 23:05:38 +01:00 |
|