Final update on docs for now

This commit is contained in:
hydrabolt
2015-10-28 14:46:42 +00:00
parent 9d845ba18e
commit 674ea664ed
3 changed files with 8 additions and 7 deletions

View File

@@ -569,8 +569,6 @@ Registering Events
bot.on("eventName", function(arg1, arg2...){
// code here is called when eventName is emitted.
})
.. note:: You can only have one listening function per event
Unregistering Events
~~~~~~~~~~~~~~~~~~~~