Skip to content

Commit 99d7cf9

Browse files
committed
Update bot.ts
1 parent ea4002c commit 99d7cf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/info/bot.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const command: Command = {
2222
.setColor(client.config.embeds.default as ColorResolvable)
2323
.setAuthor({ name: client.user?.tag, iconURL: client.user?.displayAvatarURL({ extension: "png", forceStatic: false }), url: `https://discord.com/users/${client.user?.id}` })
2424
.setDescription(`
25-
${bot.description}\n\n
25+
${bot.description}
26+
2627
📈 **Version**: ${bot.version}
2728
🟢 **Online Since**: <t:${(Date.now() - client?.uptime).toString().slice(0, -3)}:f>
2829
🤖 **Shard ID**: #${client.shard.ids[0]}

0 commit comments

Comments
 (0)