Skip to content

Commit

Permalink
handle anthropic censorship
Browse files Browse the repository at this point in the history
  • Loading branch information
siriustaikun committed Aug 31, 2024
1 parent 1cd12f3 commit a045227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/bot/actions/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export const startAction = async (
return ctx.reply(`Sorry I only interact with humans!`);
}

return ctx.reply(`404 tenniz boll not found`);

console.log("CHAT ID: " + ctx.message?.chat.id);
let msg: Message;
msg = ctx.message;
Expand Down

0 comments on commit a045227

Please sign in to comment.