updates
This commit is contained in:
parent
8561265a05
commit
cb8a312d93
@ -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] });
|
||||
|
2
index.js
2
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);
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "bot-exactly",
|
||||
"name": "RavenBot",
|
||||
"script": "node index.js",
|
||||
"args" : ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user