Skip to content

Commit

Permalink
ooops wrong template
Browse files Browse the repository at this point in the history
  • Loading branch information
cab404 committed Jan 22, 2025
1 parent 59edb7d commit cd6d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/handlers/embassy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default class EmbassyHandlers implements BotHandlers {
try {
if (!text) return bot.sendMessageExt(msg.chat.id, t("embassy.say.help"), msg);
const author = msg.from?.username || msg.from?.first_name;
await embassyService.tts(author + "" + text);
await embassyService.tts(`${author}: ${text}`);

return bot.sendMessageExt(msg.chat.id, t("embassy.say.success"), msg);
} catch (error) {
Expand Down

0 comments on commit cd6d1ad

Please sign in to comment.