discord-convertor
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"0360f1db11122fa21053ea13b476b3f2","lockfileHash":"990bd752c667f2914da9376231c1784c","guessedImportsHash":"9552bbe028cc9ccfc136b5b5ca042088"}}} | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"08e99af06cb253d4b4474829b692abe4","lockfileHash":"1275e813775ac7ec13debc5a6f397c78","guessedImportsHash":"9552bbe028cc9ccfc136b5b5ca042088"}}} |
{ | ||
"name": "discord-convertor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Convert Your Code From v11 To v12", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,5 @@ Hi 👋 <br> | ||
if(!message.guild)return | ||
if(message.content.startsWith(prefix + "convert")) | ||
if(message.content.startsWith(prefix + "convert")){ | ||
const code = message.content.split(' ').slice(1).join(' ') | ||
@@ -25,2 +27,3 @@ if(!code) return | ||
}) | ||
} | ||
}) | ||
@@ -27,0 +30,0 @@ ``` |
3688
48