discord-convertor
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,1 +0,1 @@ | ||
{"version":2,"languages":{"nodejs-npm":{"guessedImportsHash":"9552bbe028cc9ccfc136b5b5ca042088"}}} | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"0360f1db11122fa21053ea13b476b3f2","lockfileHash":"990bd752c667f2914da9376231c1784c","guessedImportsHash":"9552bbe028cc9ccfc136b5b5ca042088"}}} |
{ | ||
"name": "discord-convertor", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert Your Code From v11 To v12", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,4 @@ Hi 👋 <br> | ||
client.on('message', message => { | ||
if(!message.guild) return | ||
if(!message.guild)return | ||
if(message.content.startsWith(prefix + "convert")) | ||
const code = message.content.split(' ').slice(1).join(' ') | ||
@@ -20,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
3679
45