Skip to content

Commit

Permalink
Update messageCreate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-R authored Nov 16, 2023
1 parent cc20af9 commit 7227d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
description: "Koordinaten: " + obj.location,
url: "https://bte-germany.de",
author: {
name: `${user.username}#${user.discriminator}`,
name: `${user.username}`,
},
},
];
Expand Down Expand Up @@ -129,7 +129,7 @@ module.exports = {
await args.delete();
console.log(
new Date().toLocaleString(),
`Created new build by ${args.author.username}#${args.author.discriminator} with id ${obj.id}`
`Created new build by ${args.author.username} with id ${obj.id}`
);
});
await prisma.user.update({
Expand Down

0 comments on commit 7227d17

Please sign in to comment.