diff --git a/src/discordcommandhandler.ts b/src/discordcommandhandler.ts index eed2176ad5e50181a11ce616706675b06f3be5fc..f1d5fda0244c42b77e6c348a2093bfa695637682 100644 --- a/src/discordcommandhandler.ts +++ b/src/discordcommandhandler.ts @@ -53,7 +53,7 @@ export class DiscordCommandHandler { return "Thanks for your response! The matrix bridge has been approved."; } else { return "Thanks for your response, however" + - " the time for responses has expired - sorry!"; + " it has arrived after the deadline - sorry!"; } }, }, @@ -72,7 +72,7 @@ export class DiscordCommandHandler { return "Thanks for your response! The matrix bridge has been declined."; } else { return "Thanks for your response, however" + - " the time for responses has expired - sorry!"; + " it has arrived after the deadline - sorry!"; } }, },