Skip to content

Commit

Permalink
stupid baka
Browse files Browse the repository at this point in the history
  • Loading branch information
yorunoken committed Apr 23, 2024
1 parent 4b364a7 commit df02b78
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/embed-builders/simple/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,7 @@ function displayAllCommands(): Array<EmbedStructure> {
return [
{
title: "Commands",
description: `**Used prefix commands:** ${usedPrefixCommands}\n**Used application commands:** ${usedApplicationCommands}`,
fields: [
{
name: "Statistics",
value: `**Joined servers:** \`${joinedServers}\`\n**Users linked:** \`${linkedUers}\`\n**Maps in database:** ${downloadedMaps}`
},
{
name: "Commands",
value: `**Used prefix commands:** ${usedPrefixCommands}\n**Used application commands:** ${usedApplicationCommands}`
},
{
name: "Links",
value: `[Official Website](${hanamiWebsite}) | [Invite Link](${inviteLink}) | [top.gg Link](${voteLink})`
}
]
description: `**Used prefix commands:** ${usedPrefixCommands}\n**Used application commands:** ${usedApplicationCommands}`
}
];
}

0 comments on commit df02b78

Please sign in to comment.