Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Oct 4, 2022
1 parent d0d3795 commit 03e0cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinkoi-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const urlRegex = /https:\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w\p{Script=Han}.,@?^=%
const referer = 'https://www.pinkoi.com/event/mission_game'

function outdate(): never {
log.error('Unexpected mission content. Maybe this bot is outdated. Try passing environment DEBUG=1 to see what occurred.')
log.error('Unexpected mission content. Maybe this bot is outdated. Try passing environment variable DEBUG=1 to see what occurred.')
throw new Error('unexpected mission content')
}

Expand Down

0 comments on commit 03e0cef

Please sign in to comment.