Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Nov 21, 2023
1 parent e32afa0 commit 9faaaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/developer/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const command: SlashCommand = {

return text
.replaceAll(client.tokens.token, "[BOT_TOKEN]")
.replaceAll(client.tokens.apiPassword, "[API_PASSWORD]")
.replaceAll(client.tokens.apiToken, "[API_TOKEN]")
.replaceAll(client.tokens.gitToken, "[GIT_TOKEN]")
.replace(/`/g, "`" + String.fromCharCode(8203))
.replace(/@/g, "@" + String.fromCharCode(8203));
Expand Down

0 comments on commit 9faaaed

Please sign in to comment.