File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed
Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 27222722 }
27232723 }
27242724 } ,
2725-
2725+
2726+ mehCommand : {
2727+ command : 'meh' ,
2728+ rank : 'mod' ,
2729+ type : 'exact' ,
2730+ functionality : function ( chat , cmd ) {
2731+ if ( this . type === 'exact' && chat . message . length !== cmd . length ) return void ( 0 ) ;
2732+ if ( ! basicBot . commands . executable ( this . rank , chat ) ) return void ( 0 ) ;
2733+ else {
2734+ $ ( '#meh' ) . click ( ) ;
2735+ }
2736+ }
2737+ } ,
2738+
27262739 motdCommand : {
27272740 command : 'motd' ,
27282741 rank : 'bouncer' ,
37133726 }
37143727 }
37153728 } ,
3716-
3729+
3730+ wootCommand : {
3731+ command : 'woot' ,
3732+ rank : 'mod' ,
3733+ type : 'exact' ,
3734+ functionality : function ( chat , cmd ) {
3735+ if ( this . type === 'exact' && chat . message . length !== cmd . length ) return void ( 0 ) ;
3736+ if ( ! basicBot . commands . executable ( this . rank , chat ) ) return void ( 0 ) ;
3737+ else {
3738+ $ ( "#woot" ) . click ( ) ;
3739+ }
3740+ }
3741+ } ,
3742+
37173743 youtubeCommand : {
37183744 command : 'youtube' ,
37193745 rank : 'user' ,
You can’t perform that action at this time.
0 commit comments