diff --git a/package.json b/package.json index daaa0a9..64dc43a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "commanderbot", - "version": "1.0.1", - "description": "Discord bot to manage your exaroton servers. New version of PhoenixAPI.", + "version": "1.0.3", + "description": "Discord bot to manage your exaroton servers. Fork of PhoenixAPI.", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/src/commands/bot-info.js b/src/commands/bot-info.js index 5838cd6..a6ad23a 100644 --- a/src/commands/bot-info.js +++ b/src/commands/bot-info.js @@ -15,7 +15,7 @@ module.exports = { .setColor(embedColor) .setThumbnail(bot.user.displayAvatarURL()) .addFields( - {name:'Owner', value:'[Alex22#7756](https://alex22sv.tk)', inline:true}, + {name:'Developer', value:'[Alex22sv](https://alex22sv.me)', inline:true}, {name:'Developed since', value: '', inline:true}, {name:'Developed with', value:'JavaScript & exaroton API', inline:true}, {name:'Current version', value: `[v1.0.3](${botVersionURL})`, inline:true},