Skip to content

Commit

Permalink
test: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDeDev committed Jul 21, 2023
1 parent 2e8b9e0 commit 280d116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/classes/StatusEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export class StatusEmbed implements APIEmbed {
inline: true,
},
{
name: 'N⁰ of servers',
// name: 'N⁰ of servers',
name: 'TESTTT',
value: `\`\`\`${client.guilds.cache.size}\`\`\``,
// value: String(client.guilds.cache.size),
inline: true,
Expand Down

0 comments on commit 280d116

Please sign in to comment.