This commit is contained in:
Raven Scott 2022-11-01 21:08:09 +02:00
parent 8561265a05
commit cb8a312d93
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ module.exports = {
const embed = new EmbedBuilder() const embed = new EmbedBuilder()
.setColor("#FF0000") .setColor("#FF0000")
.setTitle("The URL has been shrunk!") .setTitle("The URL has been shrunk!")
.setDescription("https://small.ssh.surf/" + rand) .setDescription("https://short.ssh.surf/" + rand)
.setTimestamp() .setTimestamp()
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` }); .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
interaction.followUp({ embeds: [embed] }); interaction.followUp({ embeds: [embed] });

View File

@ -11,4 +11,4 @@ client.slashCommands = new Collection();
// Initializing the project // Initializing the project
require("./handler")(client); require("./handler")(client);
client.login(process.env.TOKEN); client.login(process.env.TOKENRVN);

View File

@ -1,7 +1,7 @@
{ {
"apps": [ "apps": [
{ {
"name": "bot-exactly", "name": "RavenBot",
"script": "node index.js", "script": "node index.js",
"args" : "" "args" : ""
} }