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