hydrabolt
|
08ffd473e4
|
added updating roles
|
2015-10-26 13:29:01 +00:00 |
|
hydrabolt
|
a3b2f9c2d4
|
Reformat code
|
2015-10-26 12:20:48 +00:00 |
|
hydrabolt
|
e9afa94c32
|
Added setting permissions
You should just do:
permissionObject.manageRoles = true;
for example rather than messing with setBit.
|
2015-10-26 12:16:04 +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
|
91bc1b2d1e
|
added newline modifier
|
2015-10-25 19:34:23 +00:00 |
|
hydrabolt
|
b61c64fa48
|
3.9.0, chainable string modifiers
|
2015-10-25 19:27:43 +00:00 |
|
hydrabolt
|
2de37a8fbb
|
Fixed permissions
|
2015-10-25 18:36:03 +00:00 |
|
hydrabolt
|
3578178941
|
Fixed PM Channel bug, 3.8.2
Clients no longer crashed when receiving PM channel messages.
|
2015-10-10 11:43:31 +01:00 |
|
hydrabolt
|
083ed54274
|
Fixed partial user bug
|
2015-10-07 20:36:55 +01: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
|
0b020f9264
|
Fixed some stuff
so much I don't even remember
|
2015-10-03 23:33:00 +01:00 |
|
hydrabolt
|
4eacab784d
|
Fixed evaluation and added basic deletion following
|
2015-10-03 23:13:33 +01:00 |
|
hydrabolt
|
c60fe26657
|
Added permissions evaluation!
|
2015-10-03 22:50:46 +01:00 |
|
hydrabolt
|
8f4e6e34d5
|
Added full evaluation of SERVERwide permissions
|
2015-10-03 21:35:28 +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
|
b264b61718
|
Servers now manage server-wide permissions
Servers now create ServerPermissions objects for roles
|
2015-10-03 19:44:08 +01:00 |
|
hydrabolt
|
b1f2ed64d3
|
Added start/stop typing listeners
|
2015-10-03 15:36:51 +01:00 |
|
hydrabolt
|
ada3261918
|
Added permission
|
2015-10-01 18:16:48 +01:00 |
|
hydrabolt
|
46846fcacc
|
added setPlaying and now working on docs
|
2015-09-30 20:47:26 +01:00 |
|
hydrabolt
|
a70d6f9b32
|
added parameter for optional stopTypeTime in startTyping
|
2015-09-27 18:03:43 +01:00 |
|
hydrabolt
|
c32f600a6a
|
Added channelUpdate listener
|
2015-09-27 17:54:03 +01:00 |
|
hydrabolt
|
16d2410450
|
Added setting of channel topics
|
2015-09-27 17:37:46 +01:00 |
|
hydrabolt
|
5819fb4daf
|
Fixed unavailable message
|
2015-09-27 17:17:03 +01:00 |
|
hydrabolt
|
223753408c
|
Added support for server unavailability
it happened just now RIP discord server </3
|
2015-09-27 17:05:17 +01:00 |
|
hydrabolt
|
5fa7bace10
|
Added startTyping and stopTyping
|
2015-09-26 22:41:33 +01:00 |
|
hydrabolt
|
3094c223ec
|
Added status setting
You can now run bot.setStatusIdle() or bot.setStatusOnline() (or any
aliases) to manually set the status of the bot.
|
2015-09-26 21:59:27 +01:00 |
|
hydrabolt
|
4f928301ba
|
Updated bot
|
2015-09-26 21:45:51 +01:00 |
|
hydrabolt
|
106addbb1a
|
Added channel toString
|
2015-09-12 16:07:48 +01:00 |
|
hydrabolt
|
527947dbd3
|
3.3.1
|
2015-09-12 15:46:22 +01:00 |
|
hydrabolt
|
a6e62b22a6
|
Updated Web Distrib management
|
2015-09-06 20:16:16 +01:00 |
|
hydrabolt
|
012c706ab9
|
3.3.0 - added TTS capability
|
2015-09-05 13:57:15 +01:00 |
|
hydrabolt
|
8d6ece0b35
|
Whoops, compiled the changes this time :P
|
2015-09-01 22:30:34 +01:00 |
|
hydrabolt
|
ebe3bd90ad
|
test fix
|
2015-08-30 22:03:54 +01:00 |
|
hydrabolt
|
68fd2ee9dd
|
3.1.4 - finalised message queueing
|
2015-08-30 21:51:02 +01:00 |
|
hydrabolt
|
be0be60947
|
added deletion queue
|
2015-08-30 21:42:09 +01:00 |
|
hydrabolt
|
2fdc5a3ff6
|
Added queue update message
|
2015-08-30 21:29:27 +01:00 |
|
hydrabolt
|
7b1e7d2efa
|
Added sendFile queue
|
2015-08-30 20:27:47 +01:00 |
|
hydrabolt
|
c2e282c813
|
Added result storing in promise - useful for queue code
|
2015-08-30 16:25:42 +01:00 |
|
hydrabolt
|
bb53b65cf5
|
Implemented queuing
|
2015-08-29 19:47:11 +01:00 |
|
hydrabolt
|
b45d60eee8
|
Added message queue handling
|
2015-08-29 17:22:17 +01:00 |
|