Moved to the internals to declutter main class

This commit is contained in:
hydrabolt
2015-08-15 18:36:27 +01:00
parent d1ee189208
commit c4c9df80c6
4 changed files with 519 additions and 431 deletions

View File

@@ -46,6 +46,7 @@ hydrabot.on( "disconnected", function( obj ) {
hydrabot.on( "message", function( message ) {
// if the message doesn't begin with a valid command prefix exit
if ( commandPrefixes.indexOf( message.content.charAt( 0 ) ) == -1 )
return;