discord-convertor
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,1 +0,1 @@ | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"08e99af06cb253d4b4474829b692abe4","lockfileHash":"1275e813775ac7ec13debc5a6f397c78","guessedImportsHash":"9552bbe028cc9ccfc136b5b5ca042088"}}} | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"565f7517d1796969f03ef8c366e7c019","lockfileHash":"7cb39a3ebf6f086aacdd4aa4b71ad73e","guessedImportsHash":"9552bbe028cc9ccfc136b5b5ca042088"}}} |
{ | ||
"name": "discord-convertor", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Convert Your Code From v11 To v12", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,4 +19,2 @@ Hi 👋 <br> | ||
if(message.content.startsWith(prefix + "convert")){ | ||
const code = message.content.split(' ').slice(1).join(' ') | ||
@@ -23,0 +21,0 @@ if(!code) return |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3682
46