From 88100600b914576161ee78010fb167d69d369e5b Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 15 Mar 2021 16:53:50 +0100 Subject: [PATCH] Update github link in botinfo --- commands/botinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/botinfo.js b/commands/botinfo.js index 63d0f7f..95f091a 100644 --- a/commands/botinfo.js +++ b/commands/botinfo.js @@ -15,7 +15,7 @@ module.exports = { .setTimestamp() .setAuthor(client.user.username, "https://cdn.discordapp.com/avatars/481128222147477506/1a30f57f8e403f54aaca502012aeff14.png?size=2048") .addFields({ - name: "General info", value: `Name: ${client.user.username}\nPrefix: ${prefix}\nTotal Servers: ${client.guilds.toString().length}\nCreation Date: ${createJoin.creation}\nSource: [Click Here](https://github.com/SileNce5k/Soilens_BotJS)`, + name: "General info", value: `Name: ${client.user.username}\nPrefix: ${prefix}\nTotal Servers: ${client.guilds.toString().length}\nCreation Date: ${createJoin.creation}\nSource: [Click Here](https://github.com/SileNce5k/discord_bot)`, },) message.channel.send(embed)