Skip to content

Commit

Permalink
✅ CI/CD working!
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDeDev committed Jul 21, 2023
1 parent 280d116 commit 4ceabbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-to-EC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ jobs:
.github/,
.git/
TARGET: /home/${{ secrets.USERNAME }}/DisCal/
# SCRIPT_AFTER: |
# pm2 restart DisCal
3 changes: 1 addition & 2 deletions src/classes/StatusEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export class StatusEmbed implements APIEmbed {
inline: true,
},
{
// name: 'N⁰ of servers',
name: 'TESTTT',
name: 'N⁰ of servers',
value: `\`\`\`${client.guilds.cache.size}\`\`\``,
// value: String(client.guilds.cache.size),
inline: true,
Expand Down

0 comments on commit 4ceabbd

Please sign in to comment.