fuck I don't remember what I did. All I know is that it's not important. At least I fucking hope so lol

This commit is contained in:
SileNce5k 2021-02-16 21:23:24 +01:00
parent c1832b63c5
commit ba6e0069e2
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -35,7 +35,7 @@ module.exports = {
.setTitle("Information about bot")
.setTimestamp()
.setFooter('https://github.com/SileNce5k/Soilens_BotJS')
.setAuthor("soilens bot", "https://cdn.discordapp.com/avatars/481128222147477506/1a30f57f8e403f54aaca502012aeff14.png?size=2048")
.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}\nCreation Date: ${creationDate.getFullYear()}-${monthcreate}-${datecreate} ${hour}:${minutes}:${seconds}` },
)