hydrabolt
|
cf33df18cf
|
Simplified awaitResponse
|
2015-11-21 21:25:28 +00:00 |
|
hydrabolt
|
d916e5719b
|
Fixed awaiting
|
2015-11-21 20:59:33 +00:00 |
|
hydrabolt
|
65698cf525
|
Added new functions
setStatusIdle() - aliases setStatusAway
setStatusOnline() - aliases setStatusActive and setStatusHere
setPlayingGame() - uses GameID resolvable
|
2015-11-21 14:55:15 +00:00 |
|
hydrabolt
|
f5fd38eca8
|
Updated test script
temporary
|
2015-11-20 22:05:48 +00:00 |
|
hydrabolt
|
e08c10507d
|
Added setAvatar
|
2015-11-19 16:52:01 +00:00 |
|
hydrabolt
|
e486ad1a79
|
Added updateDetails and setUsername
|
2015-11-19 16:46:23 +00:00 |
|
hydrabolt
|
c74b5dbd3f
|
Added startTyping stopTyping and added serverchannel.mention()
|
2015-11-19 16:33:25 +00:00 |
|
hydrabolt
|
c342ca4116
|
Added joinServer
|
2015-11-18 17:13:06 +00:00 |
|
hydrabolt
|
fbd922e557
|
More things
|
2015-11-15 14:21:22 +00:00 |
|
hydrabolt
|
bb716480b1
|
Fixed leaving voice channels
|
2015-11-09 18:34:03 +00:00 |
|
hydrabolt
|
ad536445d9
|
Fixed ffmpeg/avconv confusions
|
2015-11-08 16:40:40 +00:00 |
|
hydrabolt
|
2c548dd903
|
Updated bod
|
2015-11-08 15:56:49 +00:00 |
|
hydrabolt
|
71786148bc
|
Added playStream and renamed some functions
|
2015-11-08 12:55:10 +00:00 |
|
hydrabolt
|
30f02e77c4
|
playing stream
|
2015-11-08 12:34:59 +00:00 |
|
hydrabolt
|
c5fe16af5b
|
Fixed switching voice channels
|
2015-11-08 10:45:49 +00:00 |
|
hydrabolt
|
04c3dbedac
|
Fixed memory leaks
|
2015-11-08 10:09:49 +00:00 |
|
hydrabolt
|
0dfc747b1b
|
Basic fixes, added test script
|
2015-11-07 22:02:33 +00:00 |
|
hydrabolt
|
a6411d0eea
|
Added Embed docs
|
2015-10-29 18:50:49 +00:00 |
|
hydrabolt
|
a505506b5b
|
Small fixes
|
2015-10-29 18:25:45 +00:00 |
|
hydrabolt
|
944ad23b22
|
Fixed catchup implementation
|
2015-10-29 18:19:12 +00:00 |
|
hydrabolt
|
a2ed9bf228
|
add catchup options
|
2015-10-29 18:05:41 +00:00 |
|
hydrabolt
|
626c3208b9
|
Fixed permission resolution
|
2015-10-29 15:45:48 +00:00 |
|
hydrabolt
|
0938382e51
|
Finished embeds
|
2015-10-29 14:48:39 +00:00 |
|
hydrabolt
|
1af1d71643
|
More bug fixes
|
2015-10-29 14:14:33 +00:00 |
|
hydrabolt
|
bb1655330a
|
Bug fixes and added getBans
|
2015-10-29 13:03:11 +00:00 |
|
hydrabolt
|
834825a09d
|
New travis build
|
2015-10-28 16:09:21 +00:00 |
|
hydrabolt
|
a18823c47f
|
Updated sendMessage and reply, client is eventemitter
|
2015-10-27 20:35:23 +00:00 |
|
hydrabolt
|
5bb0ce141f
|
Added optional compression
|
2015-10-26 20:18:09 +00:00 |
|
hydrabolt
|
af18e833f9
|
Potential bug fix?
|
2015-10-26 17:58:08 +00:00 |
|
hydrabolt
|
265da4535d
|
Added GUILD_MEMBER_UPDATE listener
|
2015-10-26 17:51:02 +00:00 |
|
hydrabolt
|
555d743dae
|
Added permission overwrites in channels and potential bug fix
Bug may have potentially been fixed under MESSAGE_UPDATE
|
2015-10-26 17:31:23 +00:00 |
|
hydrabolt
|
9124b2c8b3
|
Added ability to remove members from roles
|
2015-10-26 16:20:46 +00:00 |
|
hydrabolt
|
acd7dfc404
|
Added deleting of roles
|
2015-10-26 16:02:13 +00:00 |
|
hydrabolt
|
5d22124c3d
|
Fixed bug in resolving members
|
2015-10-26 15:56:57 +00:00 |
|
hydrabolt
|
1d3c61333c
|
fixed add member to role
|
2015-10-26 15:41:56 +00:00 |
|
hydrabolt
|
b5263aae0c
|
Improved role creation
|
2015-10-26 15:12:08 +00:00 |
|
hydrabolt
|
45e678b67e
|
Client now supplies Members instead of Users (where possible)
|
2015-10-26 14:15:06 +00:00 |
|
hydrabolt
|
6a18740927
|
Added adding to roles
|
2015-10-26 13:50:17 +00:00 |
|
hydrabolt
|
1de2c5e5be
|
Added Colors file
removed colours for consistency
|
2015-10-26 13:36:13 +00:00 |
|
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 |
|