Update github link in botinfo

This commit is contained in:
SileNce5k 2021-03-15 16:53:50 +01:00
parent 912c6350d9
commit 88100600b9
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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)