Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 2, 2024
1 parent 7020be5 commit 2d0a026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook/pre-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for (const [i, j] of Object.entries(token)) {

// notify <
// failure <
console.log('Token', i, 'exists.');
console.log(i, 'token exists.');
process.exit(1);

// >
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const token = {

(async () => {

let obj = new client(
new client(

openaiToken = token.openai,
discordToken = token.discord
Expand Down

0 comments on commit 2d0a026

Please sign in to comment.