Updated template literal strings

This commit is contained in:
2024-02-24 13:15:55 +01:00
parent dc126b6371
commit 1ea4c3e9df
15 changed files with 18 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ const { dependencies, devDependencies } = require("../../package.json")
export = {
name: "botinfo",
description: "Get information about the bot",
dev: false,
dev: true,
public: true,
data: new SlashCommandBuilder()
@@ -63,7 +63,7 @@ export = {
> **Channels:** \`${client.channels.cache.size}\`
> **Users:** \`${client.users.cache.size}\`
> **Roles:** \`${client.guilds.cache.reduce((a, b) => a + b.roles.cache.size, 0)}\`
`,
`.replace(/\n */g, "\n"),
thumbnail: {
url: client.user!.avatarURL() || "",
},