@ -50,6 +50,10 @@ module.exports = {
const r2 = [ "That's good to hear qt ^^" , "Me too!" , ":) Glad to know my favorite femboy is doing well!" ] ;
const r2 = [ "That's good to hear qt ^^" , "Me too!" , ":) Glad to know my favorite femboy is doing well!" ] ;
return message . channel . send ( r2 [ Math . floor ( Math . random ( ) * r2 . length ) ] ) ;
return message . channel . send ( r2 [ Math . floor ( Math . random ( ) * r2 . length ) ] ) ;
}
}
if ( content . toLowerCase ( ) . includes ( "horny" ) ) {
const r2 = [ "Sorry..not in the mood.." , "Maybe we should hop in dms for a bit..;)" , "Isn't this server SFW?" , "Is there ever a time when you're not horny?" ] ;
return message . channel . send ( r2 [ Math . floor ( Math . random ( ) * r2 . length ) ] ) ;
}
} catch { }
} catch { }
}
}