rickroll-detector
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -11,3 +11,3 @@ const request = require('request'); | ||
if(!input.startsWith("http")){ | ||
let body = input.toLowerCase(); | ||
let body3 = input.toLowerCase(); | ||
if ( | ||
@@ -14,0 +14,0 @@ body3.includes('rick roll') || |
{ | ||
"name": "rickroll-detector", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2124