Skip to content

Commit d951dd3

Browse files
authored
Update geburtstag.ts
1 parent e68ccbe commit d951dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/geburtstag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default class GeburtstagCommand implements ApplicationCommand {
4949

5050
try {
5151
await birthday.insertBirthday(command.user.id, day, month);
52-
await command.reply("Danke mein G, ich hab dein Geburtstag eingetragen!");
52+
await command.reply("Danke mein G, ich hab deinen Geburtstag eingetragen!");
5353
} catch (err) {
5454
log.error(err, "Geburtstag ist schief gelaufen");
5555
sentry.captureException(err);

0 commit comments

Comments
 (0)