From cb8a312d935eaad285f8c84c5f078fdda0ef6f90 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Tue, 1 Nov 2022 21:08:09 +0200 Subject: [PATCH] updates --- commands/untils/shorturl.js | 2 +- index.js | 2 +- startBot.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/untils/shorturl.js b/commands/untils/shorturl.js index 505fb17..26597dc 100644 --- a/commands/untils/shorturl.js +++ b/commands/untils/shorturl.js @@ -40,7 +40,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor("#FF0000") .setTitle("The URL has been shrunk!") - .setDescription("https://small.ssh.surf/" + rand) + .setDescription("https://short.ssh.surf/" + rand) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` }); interaction.followUp({ embeds: [embed] }); diff --git a/index.js b/index.js index 866b49c..b1c8fab 100644 --- a/index.js +++ b/index.js @@ -11,4 +11,4 @@ client.slashCommands = new Collection(); // Initializing the project require("./handler")(client); -client.login(process.env.TOKEN); +client.login(process.env.TOKENRVN); diff --git a/startBot.json b/startBot.json index 4f70a59..79938b5 100644 --- a/startBot.json +++ b/startBot.json @@ -1,7 +1,7 @@ { "apps": [ { - "name": "bot-exactly", + "name": "RavenBot", "script": "node index.js", "args" : "" }