From ba6e0069e22cafb4d2745932e715e7328761ccc0 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 16 Feb 2021 21:23:24 +0100 Subject: [PATCH] fuck I don't remember what I did. All I know is that it's not important. At least I fucking hope so lol --- commands/botinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/botinfo.js b/commands/botinfo.js index c014e18..93db1e0 100644 --- a/commands/botinfo.js +++ b/commands/botinfo.js @@ -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}` }, )