Skip to content

Commit

Permalink
Update judge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-R authored Nov 16, 2023
1 parent 66a40e1 commit 10be1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/judge.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
url: "https://bte-germany.de",
color: 16761344,
author: {
name: `${User.username}#${User.discriminator}`,
name: `${User.username}`,
},
},
];
Expand Down Expand Up @@ -189,7 +189,7 @@ module.exports = {
url: "https://bte-germany.de",
color: 7119627,
author: {
name: `${User.username}#${User.discriminator}`,
name: `${User.username}`,
},
fields: [
{
Expand Down

0 comments on commit 10be1d6

Please sign in to comment.